ExePath

Execute file path.

@safe
struct ExePath {}

Constructors

this
this(string path)
Undocumented in source.

Alias This

path

Members

Variables

path
Path path;
Undocumented in source.

Examples

assert(ExePath("/usr/bin/") == Path("/usr/bin/"));

Meta