| |
|
 |
|
| |
|
LoadFileDialog |
Dialog
functions |
|
| Syntax
sFilename = LoadFileDialog()
|
|
| Description:
The LoadFileDialog 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, SaveFileDialog |
|
| A LoadFileDialog function
is included in the lcbase.dll |
|
|