Enum ElementType
Represents the type of an element in a path.
public enum ElementType
Fields
Directory = 1The element is a directory.
File = 2The element is a file.
None = 0No specific type.
Represents the type of an element in a path.
public enum ElementType
Directory = 1The element is a directory.
File = 2The element is a file.
None = 0No specific type.