| 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 contentsIf checked, the target field or variable will be replaced by the result of this script step.TargetSpecify the field or variable to receive the file path.Start DirectoryThe path to a local directory to display when the dialog first opens. [Defaults to the current local directory.]PromptAn optional prompt or message to display on the dialog.File TypesSpecify a list of allowable file extensions for "GetFile" dialogs or a list of optional file extensions for "PutFile" dialogs. [Default is no file types.]
 | 
|---|