Extensions Reference

Extensions Reference > exDialogs


dlgBrowseForFolder

string dlgBrowseForFolder();

 

Displays a folder selection dialog

The DLGBROWSEFORFOLDER function displays a standard Windows folder selection dialog for the user to select a folder.

 

Parameters

None

 

Return Value

The path and name of the folder selected, or an empty string if Cancel was clicked.

 

Example Code

// Prompt for a folder
string Folder = dlgBrowseForFolder();