Skip to content
This repository has been archived by the owner on Dec 23, 2018. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 492 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 492 Bytes

LongPath

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.