TcxShellFolder Properties
A shell item.| Name | Description |
|---|---|
| Attributes | Returns all file system attribute flags of the shell item. |
| Capabilities | Returns the file system capability flags of the current shell item. |
| DisplayName | Returns the shell item’s display name. |
| EditingName | Returns the shell item’s editing name. |
| IsFolder | Identifies if the shell item is a folder. |
| IsFolderLink | Identifies if the shell item is a link to a folder or ZIP file. |
| IsLink | Identifies if the shell item is a link to a file or folder. |
| IsZip | Identifies if the shell item is a ZIP file. |
| IsZipFolderLink | Identifies if the shell item is a link to a ZIP folder. |
| ParentShellFolder | Returns the parent folder for the shell item. |
| PathName | Returns the full path to the shell item. |
| Properties | Returns the shell item’s property flags. |
| RelativePIDL | Returns the relative identifier of the shell item. |
| ShellFolder | Provides access to the folder or file associated with the shell item. |
| StorageCapabilities | Returns storage capability flags of the shell item. |
| SubFolders | Identifies if the shell item contains subfolders. |
See Also