I am trying to check if the unc path folder (from web user input) was existing, here's my code:
Directory.Exists("file://localhost/c$/folderName/"); //this always return false
This is not duplicate of : how-to-quickly-check-if-unc-path-is-available since I was dealing with url unc path (using "//" backslash).