Validates that dir is a directory and files can be created inside of it.
Path of the directory to be tested.
Error details in case of failure
darg_plus.exception.ValidationError if dir is not a directory or files cannot be created within.
validate, std.algorithm.searching.endsWith
See Implementation
Validates that dir is a directory and files can be created inside of it.