adamhathcock / sharpcompress

SharpCompress is a fully managed C# library to deal with many compression types and formats.
MIT License
2.24k stars 480 forks source link

when sharpcompress would support LongPath on windows #458

Open feiyue1206 opened 5 years ago

feiyue1206 commented 5 years ago

window default MAX_PATH is 256. but with "\?\" prefix, the path can be long enough. when would sharpcompress support it ? 3ks a lot

adamhathcock commented 5 years ago

When you contribute a PR! :)

I thought this was kind of fixed in .NET Core anyway.