Enum: PathType
This enum specifies how a path should be interpreted.
Examples
Fields
Name |
Description |
Absolute
|
The path is absolute and should be used as-is to locate the filesystem resource.
|
RelativeToProject
|
The path is relative to the project ".wbpj" file. Accordingly, it must be appended to the project directory to locate the filesystem resource.
|
Undefined
|
The path type is undefined. This may indicate a poorly formed path. It may also represent situations in which collections of paths contain a blend of other types.
|