Xbasic

UI_BROWSE_FOR_FOLDER Function

Syntax

Selected_Folder as C = UI_BROWSE_FOR_FOLDER([C DisplayText [, L ShowEditBox]])

Arguments

Selected_Folder

The folder selected by the operator.

DisplayText

Optional. Default = "". The prompt that appears below the window title. Character

ShowEditBox

Logical

Description

Prompt user for folder path.

images/XB_Browse_for_Folder.gif

Example

? ui_browse_for_folder("Select a Folder and Click OK")
= "C:\Adobe"

Limitations

Desktop applications only.

See Also