Exists

During construction checks that the file exists on the filesystem.

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

@safe
struct Exists (
T
) {
AbsolutePath payload;
}

Alias This

payload

Meta