You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an option to use a simpler char-substitution list for directory and file
names.
Use:
A-Za-z0-9.-_
instead of:
List<char> invalidList = new List<char>();
invalidList.AddRange(Path.GetInvalidPathChars());
invalidList.AddRange(Path.GetInvalidFileNameChars());
Original issue reported on code.google.com by [email protected] on 6 Jan 2013 at 11:00
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 6 Jan 2013 at 11:00The text was updated successfully, but these errors were encountered: