Is there a method in the System.IO namespace that checks the validity of a filename?
Example: 'C:\foo\bar' would validate ':"~-*' would not
a little trickier: 'X:\foo\bar' would validate is there is an X: drive on the system, but wouldn't otherwise.
I suppose I could write such a method myself, but I'm more interested in a built-in one.