GetFilenameEx
Description: |
baGetFilenameEx displays a file dialog box and returns the filename selected. | ||||||||||
Platforms: |
Windows | ||||||||||
Usage: |
Result = baGetFilename( Operation, StartDir, Filename, Filter, Flags, Instruction, View, NoFolders, X, Y ) | ||||||||||
Arguments: |
String, string, string, string, integer, string, integer, integer, integer. |
||||||||||
Returns: |
String. Returns the file name selected, or "" if the user cancelled. |
||||||||||
Examples: |
Director: Authorware: |
||||||||||
Notes: |
This function is an extension of the baGetFilename function. You can specify the View that the dialog box opens in. Can be one of
The other arguments are the same as
baGetFilename, except that you can not use a
Flags of -1. |
||||||||||
See also: |