std.fs.dir_exists

std.fs

dir_exists(filename) -> exists

Check if a directory exists at the given path

Returns true if the path exists and is a directory, false otherwise.