ExtractFile (NotesEmbeddedObject - LotusScript)
Copies a file attachment to disk.
Defined in
Syntax
Call notesEmbeddedObject .ExtractFile( path$ )
Parameters
path$
String. The path and file name where you want to store the extracted file on disk.
Usage
For embedded objects and object links, this method raises an error.
Another operation for ExtractFile is to launch a download operation for an attcahed file. You can manipulate the extracted file using lotusscript.Note: Only in Nomad Web (version 1.0.5 and later), if you prefix the filename with vfs:, then the file is extracted into the virtual file system, and you can open and manipulate it using lotusscript.