| |
|
 |
|
| |
|
SaveFileDialog |
Dialog
functions |
|
| Syntax
sFilename = SaveFileDialog()
|
|
| Description:
The SaveFileDialog function opens
a dialog box and allows the user to browse files and directories
and enter a filename. |
|
| Arguments:
Function has no arguments.
|
|
| Return value:
If a file is selected, function returns a filename. If CANCEL
is selected, function returns an empty string.
|
|
| See also:
Dialog functions, LoadFileDialog |
|
| A SaveFileDialog function is included
in the lcbase.dll |
|
|