open fun extractFile(path: String, outputTo: OutputStream): Unit
Finds the named file case insensitively and copies it to the output stream.
FileNotFoundException - if the given path doesn't exist in the attachment.
FileNotFoundException