FileMustExist
(boolean) Whether to make sure that the file name in the edit field of the dialog exists when the user clicks "Open" or "Save."
VALUE DESCRIPTION |
|
true |
The file must exist. |
false |
The file doesn't have to exist. (Default) |
Re t u r n s
(table) A table containing the list of paths to the files that were selected. Each individual path can be accessed at it's table index. If the user cancels the operation (presses the cancel button), the string "CANCEL" will be returned in the table (tb[1] = "CANCEL"). If an error occurs, nil will be returned. You can use Application.GetLastError to determine whether this action failed, and why.