Name | FTPit Local Select File With Dialog |
---|
Description | Presents the user with a standard dialog for choosing a file from the local computer.
|
---|
Format | FTPit Local Select File With Dialog ( Select entire contents ; Target ; Start Directory ; Prompt ; Dialog Type ; File Types ) |
---|
Required Parameters | Dialog Type Specify "GetFile" to show an open file style dialog or "PutFile" to show a save as style dialog. [Default is "GetFile".]
|
---|
Optional Parameters | - Select entire contents
If checked, the target field or variable will be replaced by the result of this script step.
- Target
Specify the field or variable to receive the file path.
- Start Directory
The path to a local directory to display when the dialog first opens. [Defaults to the current local directory.]
- Prompt
An optional prompt or message to display on the dialog.
- File Types
Specify a list of allowable file extensions for "GetFile" dialogs or a list of optional file extensions for "PutFile" dialogs. [Default is no file types.]
|
---|