PathType

This enum specifies how a path should be interpreted.

Declaration Syntax

public enum PathType

Table 1082: Members

Member

Absolute

The path is absolute and should be used as-is to locate the filesystem resource.

Member

RelativeToProject

The path is relative to the project ".wbpj" file. Accordingly, it must be appended to the project directory to locate the filesystem resource.