The kind of node in a file system traversal.
Syntax
Members
| Member | Value | Description |
| Directory | 2 | The node in the file system represents a directory.
The value of this enum member is 2. |
| File | 1 | The node in the file system represents a file.
The value of this enum member is 1. |
| None | 0 | The node in the file system represents neither a file nor a directory (it can be e.g. the root of the traversal).
The value of this enum member is 0. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
OpcLabs.BaseLib.Extensions.FileProviders.FileSystemNodeKind
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also