Quote Originally Posted by BigEd781 View Post
That doesn't make any sense. directoryPath.Contains returns a boolean, so the only two cases you can have are true and false.
I know it doesn't make any sense... that's why asked is it possible to do something like it using a switch statment. Nested if's can get so messy.

Thanks for the replies all.