TdxPSFileBasedExplorerFolder.DirName Property
Returns the folder name.
Declaration
property DirName: string read;
Property Value
Type |
---|
string |
Remarks
Use the DirName property to access the folder name. This property value matches the folder’s Name property value. Note that the Name property enables you to rename the folder.
If you need to obtain the full-qualified folder name, use the FullQualifiedDirName property instead.
See Also