LOTUSSCRIPT/COM/OLE CLASSES
Gets file names from the "Open" dialog box.
Note This method is new with Release 5.
Defined in
NotesUIWorkspace
Syntax
stringArray = notesUIWorkspace.OpenFileDialog( multipleSelection , [title$] , [filters$] , [initialDirectory$] , [initialFile$] )
Parameters
multipleSelection
stringArray
This method returns names. It does not open or perform any other action on files.
See SaveFileDialog for a variation.
Example