InputFolder(Prompt: String[, Title: String, InitialDirectory: String]): String
Displays a prompt in a dialog box, User must input or select a valid folder name, and returns the folder name as a string.
InputFolder function syntax has these named arguments:
Parameter |
Description |
|---|---|
Prompt |
Required. String expression displayed as the message in the dialog box. |
Title |
Optional. String expression displayed in the title bar of the dialog box. If you omit title, the application name is placed in the title bar. |
Initial Directory |
Optional. The initial directory the folder will load from, for example, "C:\". |
See also Scripted Form InputFolder method.