Initiates a Browse For Folder GUI.
FileSelectFolder ( "dialog text", "root dir" [, flag [, "initial dir"]] )
Parameters
dialog text | Text greeting in dialog. |
root dir | Root directory of GUI file tree. Use "" for Desktop to be root. |
flag | [optional] 1 = Show Create Folder Button (requires IE6.0 or later) 2 = Use New Dialog Style (requires IE5.0 or later) 4 = Show Edit Control (to type a foldername) |
initial dir | Initial/start directory that will be selected if exist. |
Return Value
Success: | Returns full path of the folder chosen. |
Failure: | Returns a blank string and sets @error to 1 if user cancels/closes the window. |
Remarks
The root dir will be chosen if the inital dir (if given) does not exist.
Related
FileSaveDialog, FileOpenDialog
Example
$var = FileSelectFolder("Choose a folder.", "")