<- Back to FTPit Pro function list
FTPit_SelectLocalFileWithDialog
- Description
This function will display a file chooser dialog which will allow you to select a local file and the function will return the path to that file. You can set the location to open the dialog to, as well as display a custom prompt message.
- Return Type
- Text
- Format
- FTPit_SelectLocalFileWithDialog ( StartDir ; Prompt )
- Optional Parameters
- StartDir
The Path to a Local Directory to display when the dialog first opens.
- Prompt
An optional Prompt or Message to display on the Dialog.
- StartDir
- Related Items
- FTPit_SelectLocalDirWithDialog