BlitzMax Docs -> 2D - A-Z -> R -> RequestDir
RequestDir$( text$,initial_path$="" )
Returns:
The path of the selected folder or an empty string if the operation was cancelled.Description:
Display system folder requester.text is used as the title of the file requester.
initial_path is the initial path for the folder requester.
Note that a user interface may not be available when in graphics mode on some platforms.
Example:
' requestdir.bmx
path$=RequestDir("Select a Folder",CurrentDir())
Print "directory selected was "+path
Comments
None.
BlitzMax Manual Forum
Blitz3D Equivalent Command




