TdxPSFileBasedExplorerItem.FileName Property
Returns the file name.
Declaration
property FileName: string read;
Property Value
Type |
---|
string |
Remarks
Use the FileName property to obtain the name of the file where the item’s data is stored. Note that the name returned includes the file extension specified by the explorer component’s FileExtension method. The file name without the extension can be obtained using the item’s Name property. This property can also be used to rename the file.
Use the FullQualifiedFileName property if you need to access the file’s full-qualified name.
See Also