Skip to main content

TdxPSFileBasedExplorer.RootPath Property

Specifies the root path.

Declaration

property RootPath: string read; write;

Property Value

Type
string

Remarks

Use the RootPath property to specify the folder that will serve as the root when exploring reports. If the folder specified doesn’t exist, it will be created automatically when attempting to save a report item into it. If the RootPath property value is an empty string, the current folder will serve as the root. The actual root folder can be obtained using the RealRootPath property.

See Also