TcxShellFolder.PathName Property
Returns the full path to the shell item.
Declaration
property PathName: string read;
Property Value
Type | Description |
---|---|
string | The absolute path to the shell item from the root of the Windows Shell namespace. |
Remarks
The PathName
property returns the DisplayName property value for virtual shell items.
See Also