Relevant directories.

See also:

Static methods

staticchdir(dir:NativeString):Result<NoData>

Changes the current working directory.

staticcwd():Result<NativeString>

Evaluates to the current working directory.

staticexePath():Result<NativeString>

Evaluates to the executable's path. It's always the path to the Haxe compiler.

statichomedir():Result<NativeString>

Evaluates to the path of the home directory.

statictmpdir():Result<NativeString>

Evaluates to the path of the temporary directory.