Skip to main content

TdxPSFileBasedExplorer.ShowChangeRootPathDlg Method

Displays the dialog that enables end-users to change the root path.

Declaration

function ShowChangeRootPathDlg: Boolean;

Returns

Type
Boolean

Remarks

Use the ShowChangeRootPathDlg method to invoke the dialog that allows end-users to change the root path. Note that end-users can also invoke the dialog using the Change Root… command available via the main and context menus.

The ShowChangeRootPathDlg method returns True if the root path has been changed. If the root path remains unchanged the method returns False.

If you need to change the root path to the current root’s parent folder, use the GoToUpOneLevel method.

See Also