validateFileExists

Validates that the files exist.

void
validateFileExists
(
string option
)
(
in string file
,
lazy string msg = "cannot open file `%s`"
)

Parameters

file string

File name of the file to be tested.

Throws

darg_plus.exception.ValidationError unless rangeString is null or 0 <= x && x < y.

See Also

validate, std.file.exists

Meta