TdxPSFileBasedExplorer.RealRootPath Property
Returns the actual root path.
Declaration
property RealRootPath: string read;
Property Value
Type |
---|
string |
Remarks
The RealRootPath property is used to access the actual root path that will be explored with the TdxPSFileBasedExplorer component. This property returns the RootPath property value if it is not an empty string, otherwise the path to the current folder will be returned.
See Also