Table of Contents

Enum ElementType

Namespace
Olve.Paths
Assembly
Olve.Paths.dll

Represents the type of an element in a path.

public enum ElementType

Fields

Directory = 1

The element is a directory.

File = 2

The element is a file.

None = 0

No specific type.