Saturday, October 24, 2009

AlphaFS - Win32 File System for .NET


Discovered the AlphaFS library the other day. We needed to discover files greater than the MAX_PATH on our file server, so I referenced the library and swapped my using from System.IO to use AlphaFS and hey presto we were reading the files with unicode! e.g. "\\?\UNC\server\share"

No comments: