IFolderBrowserDialog.SelectedPath

Syntax

SelectedPath: String;

Description

The SelectedPath property indicates 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 the folder opening is opened.

Comments

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

See also:

IFolderBrowserDialog