GetDirectoryDialog displays a directory selection dialog.
Return Value
ssDiretory is the selected directory. The directory includes a drive name and a path name. The path name ends with a trailing slash (“/”), e.g. c:/winnt/system/.If the user clicks the Cancel button, "DLG_CANCEL" is returned.
Parameters
Specifies the start directory. If the parameter is not valid or not specified, the dialog box starts with the current directory.
Specifies a dialog title.
ssInfo is a text that can be displayed in the dialog box.
If bShowFiles is TRUE (1), files will be displayed in the dialog.
Example
* GetDirectoryDialog("c:/")
c:/UniPlot/SCRIPT/
See also
Overview Dialogboxes, GetWindowsDirectory, GetRootDirectory, GetOpenFileName, GetDirectory, IsDirectory, DialogBox, FS_MakeDirectory
id-2107347