I am just wondering: I am looking for a way to validate if a given path is valid. (Note: I do not want to check if a file is existing! I only want to proof the validity
The closest I have come is by trying to create it, and seeing if it succeeds.