Exists

During construction checks that the file exists on the filesystem.

If it doesn't exist it will throw an Exception.

Constructors

this
this(AbsolutePath p)
Undocumented in source.
this
this(Exists!T p)
Undocumented in source.

Alias This

payload

Members

Functions

opAssign
void opAssign(Exists!T p)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

payload
AbsolutePath payload;
Undocumented in source.

Meta