G
Guest
How do I check if a string represents a valid path pattern?
For example i could call Directory.Exists("BOB"); and it will tell me the
path doesnt exist. But "BOB" isnt even a valid path string.
How can i tell if a string is a valid path?
Thanks
For example i could call Directory.Exists("BOB"); and it will tell me the
path doesnt exist. But "BOB" isnt even a valid path string.
How can i tell if a string is a valid path?
Thanks