On Sat, 13 Aug 2011 16:53:39 +0200, Rainer Schuetze wrote: > I know this is a little late, but speaking of invalid paths, a small > addition to std.path could be a function to check whether a string is > made up of valid path characters (as given in > http://msdn.microsoft.com/en-us/library/aa365247%28v=vs.85%29.aspx for > windows) and a function that converts/eliminates these characters from a > path.
You're in luck. Andrei also requested such a function, so I have already written it. ;) I'll push it to my repo, together with a few other commits, some time tomorrow. -Lars
