haf / DotNetZip.Semverd

Please use System.IO.Compression! A fork of the DotNetZip project without signing with a solution that compiles cleanly. This project aims to follow semver to avoid versioning conflicts. DotNetZip is a FAST, FREE class library and toolset for manipulating zip files. Use VB, C# or any .NET language to easily create, extract, or update zip files.
Other
545 stars 218 forks source link

Long paths are not supported #278

Open mgvora opened 1 year ago

mgvora commented 1 year ago

Please simply update your imports to :

using Directory = Pri.LongPath.Directory; using DirectoryInfo = Pri.LongPath.DirectoryInfo; using File = Pri.LongPath.File; using FileInfo = Pri.LongPath.FileInfo; using Path = Pri.LongPath.Path;