Can I choose a different filename / location other than its filepath #112
Labels
enhancement
Feature request or other improvements of existing functionality
zip
Related to ZIP file format
Milestone
Steps to reproduce
ZipFile.Create
Begin
andAdd(aFilename)
which may bebaseFolder/anotherFolder/filename.txt
Expected behavior
Is it possible to instead choose the path within the zip file? So that,
baseFolder/anotherFolder/filename.txt
could instead, for example, becomereadme.txt
?Actual behavior
See that directory structure automatically created in the zipfile which may be undesirable.
Version of SharpZipLib
Using NuGet version 0.86.0.518
The text was updated successfully, but these errors were encountered: