Summary
The kind of the path.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["PathKind"]
class Type type-node
Syntax
public enum PathKind
Fields
Name | Constant Value | Summary |
---|---|---|
Absolute | 0 |
The path is absolute.
static
|
Relative | 1 |
The path is relative.
static
|
RelativeOrAbsolute | 2 |
The path can be either relative or absolute.
static
|