NodeType Enum
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9448)
The type of the file system node.
Syntax
[Flags]
public enum NodeType
Fields
| Name | Description |
|---|---|
| All | Specifies all node types, including File, Directory and Link. |
| Directory | Directory node. |
| File | File node. |
| Link | Link node (unused). |
| None | Invalid value. |