Info
Version: | 1.1.8 |
Author(s): | Chessar |
Last Update: | Thursday, October 25, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/chessar/LongPaths |
NuGet Url: | https://www.nuget.org/packages/Chessar.LongPaths |
Install
Install-Package Chessar.LongPaths
dotnet add package Chessar.LongPaths
paket add Chessar.LongPaths
Chessar.LongPaths Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It is based on replacing with JMP hooks, internal functions in System.IO.Path (NormalizePath and GetFullPathInternal), which adds prefixes (\\?\ or \\?\UNC\) for paths to files/folders.
In this case, your code does not need to directly add such prefixes to the paths.
Supported platforms:
.NET Framework 4.6.2+.