ShellObjectKind Enum
Specifies the kind of shell object.
public enum ShellObjectKind
Fields
| Name | Description |
|---|---|
| File | A file in the file system. |
| Folder | A file system folder, such as a directory on a hard drive. |
| Library | A library folder, which is a collection of shell objects, potentially from multiple locations. |
| Link | A link to another object. |
| SpecialFolder | A special file system folder, such as "Desktop" or "OneDrive". |
| Unknown | An unknown kind of object. |
| VirtualObject | A virtual object, which is a non-folder and non-file system object, such as "Network" computers. |
| VirtualSpecialFolder | A special non-file system folder, such as "This PC" or "Recycle Bin". |