|
FileDialogBox
|
| Displays a file dialog box that allows the user to select a filename. Returns a positive integer or 0 is 'Cancel' was clicked
|
- ULONG
|
Mode
|
| 0=Open; 1=MultiOpen; 2=Save; 3=SaveQuiet
|
- STRING
|
DefExt
|
| The default file extension (when saving)
|
- STRING
|
Filename
|
| Returns the full name and path of the selected filename (empty if Cancel is clicked)
|
- STRING
|
Filter
|
| The file filter, e.g. 'text files (*.txt)|*.TXT|All Files (*.*)|*.* |
'
|
- ULONG
|
Return
|