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