BlitzPlus Docs -> GUI - A-Z -> R -> RequestDir
RequestDir$( title$ )
Parameters:
title$ - A title for the directory requesterDescription:
Prompts the user for a directory and returns the selected name.If no directory was selected, an empty string is returned.
See also: RequestFile.
Comments
| ||
| ' requestdir.bmx path$=RequestDir("Select a Folder",CurrentDir()) Print "directory selected was "+path |
BlitzPlus Manual Forum
Blitz3D Equivalent Command




