get-directory in Dialogs
(get-directory -> string or message parent directory style)#f
message = : string or #f#f
parent = : #fframe% or dialog% object or #f
directory = : string or #f#f
style = : an empty list of symbolsnull
Obtains a directory pathname from the user via the platform-specific
standard (modal) dialog, using parent as the parent window if
it is specified.
If directory is not #f, it is used as the starting
directory for the directory selector (otherwise the starting
directory is chosen automatically in a platform-specific manner,
usually based on the current directory and the user's interactions in
previous calls to get-file, put-file,
etc.).
The style argument is provided for future extensions. Currently, style must be the empty list.