Table of Contents

Enum PathType

Namespace
Olve.Paths
Assembly
Olve.Paths.dll

Describes the type of a path string.

public enum PathType

Fields

Absolute = 2

An absolute path.

Relative = 1

A relative path.

Stub = 0

A stub path, not rooted.