alphaleonis / AlphaFS

AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes.
http://alphafs.alphaleonis.com/
MIT License
563 stars 99 forks source link

Ensure replace is done case-insensitive #487

Closed Genbox closed 6 years ago

Genbox commented 6 years ago

Windows accept GLOBALROOT and device paths in any casing. To ensure the replace is done correctly, it should be done in a case-insensitive way.

Yomodo commented 6 years ago

Thanks. However, I think this one is more effective:

https://stackoverflow.com/questions/6275980/string-replace-ignoring-case/45756981#45756981