IFolderBrowserDialog.SelectedPath

Syntax

SelectedPath: String;

Description

The SelectedPath property specifies the custom folder that should be searched in the system folder (specified using the RootFolder property) and focused when the Windows standard dialog box of folder opening opens.

Comments

If this folder is not found in the specified system folder, the specified system folder is focused when the dialog box opens. If the dialog box is executed successfully, absolute path to the folder selected by the user is returned.

See also:

IFolderBrowserDialog