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
Just Simply Use
if (System.IO.Directory.Exists(path)) { ... }