TcxShellFolderStorageCapability Enum
Enumerates storage capability attributes of a shell item.
#Declaration
TcxShellFolderStorageCapability = (
sfscFileSysAncestor,
sfscFileSystem,
sfscFolder,
sfscLink,
sfscReadOnly,
sfscStorage,
sfscStorageAncestor,
sfscStream
);
#Members
Name | Description |
---|---|
sfsc
|
The shell item is a file system folder or has at least one file system folder descendant. |
sfsc
|
The shell item is a part of the file system (that is, a file, directory, or root directory). The parsed names of such shell items are valid Win32 file system paths that can be letter-based or written according to Universal Naming Convention (UNC). |
sfsc
|
The shell item is a folder. Such shell items can have both the sfsc |
sfsc
|
The shell item is a shortcut. |
sfsc
|
The shell item is read-only. If the shell item is a folder, it is impossible to create or delete items within it. |
sfsc
|
This flag allows you to call the IShell |
sfsc
|
The shell item’s nested items are accessible through the IStream and IStorage interfaces and have either the sfsc |
sfsc
|
The shell item has a stream object associated with it. You can call the IShell |
#Remarks
The TcxShellFolderStorageCapabilities type references the TcxShellFolderStorageCapability
type.