TcxCustomShellRoot.CurrentPath Property
In This Article
Returns the path to the current root folder.
#Declaration
Delphi
property CurrentPath: string read;
#Property Value
Type | Description |
---|---|
string | The path to the root folder. |
#Remarks
Use the BrowseFolder and CustomPath properties to change the root folder.
See Also