Check if a string is a valid directory name. This is a very simple check that just makes sure the string doesn't contain any invalid characters.
The directory name to check
true if the directory name is valid, false otherwise
true
false
Check if a string is a valid directory name. This is a very simple check that just makes sure the string doesn't contain any invalid characters.