D
Dave
Is there an easy way to test a directory name for invalid characters before
trying to create that directory? I know how to get a character array of
invalid characters (Path.GetInvalidPathChars) but do I have to go to all of
the trouble of writing of my validation method or is there something built
in to the .NET Framework that I haven't found yet?
trying to create that directory? I know how to get a character array of
invalid characters (Path.GetInvalidPathChars) but do I have to go to all of
the trouble of writing of my validation method or is there something built
in to the .NET Framework that I haven't found yet?