Enum PathType
Syntax
public enum PathType
Fields
Name | Description |
---|---|
Absolute | Absolute path in the file system. |
Assets | File path to the engines default assets directory. |
ClassPath | Path to the root of the Class path, these files are always read only. |
Directory | Specifies the path to be a directory so it can be manipulated accordingly. |
Internal | The path relative to the directory of the Application. |