This is a fork of the BCL Long Path library that provides functionality to make it easier to work with paths that are longer than the current 259 character limit of the System.IO namespace. Using the long path classes, projects can now use paths up to 32,000 characters.
The major differences between the LongPath and BCL library are:
- API is similar to the existing System.IO.
- UNC paths are supported.