Skip to main content

TdxPSFileBasedExplorerItem.FullQualifiedFilePath Property

Returns the full-qualified path to the file.

Declaration

property FullQualifiedFilePath: string read;

Property Value

Type
string

Remarks

The string returned by this property matches the parent folder full-qualified path. The parent folder can be accessed via the Parent property. To get a folder’s path, use the obtained folder object’s FullQualifiedDirName property.

Refer to the FullQualifiedFileName property description for details on the FullQualifiedFilePath property’s return value and its relation to other properties.

See Also