Sort Score
Result 10 results
Languages All
Labels All
Results 2,711 - 2,720 of 3,458 for

store compression

(2.29 sec)
  1. Merge ZIP files to one ZIP archive via C#

    Source code for merge ZIP files to one ZIP archive via C#. Use API example code for combine ZIP files to a single ZIP within VB.NET Asp.NET or any .NET based application....= "storage"; DirectoryInfo stored = Directory.CreateDirector...CreateEntries(stored, false); merged.Save("merged2.zip"); } stored.Delete(true);...

    products.aspose.com/zip/net/merger/zip-to-zip/
  2. Merge TAR.XZ files to one TAR.GZ archive via C#

    Source code for merge TAR.XZ files to one TAR.GZ archive via C#. Use API example code for combine TAR.XZ files to a single TAR.GZ within VB.NET Asp.NET or any .NET based application....= "storage"; DirectoryInfo stored = Directory.CreateDirector...TarArchive()) { merged.CreateEntries(stored, false); merged.SaveGzipped("merged...

    products.aspose.com/zip/net/merger/tarxz-to-targz/
  3. Merge ZIP files to one TAR.GZ archive via C#

    Source code for merge ZIP files to one TAR.GZ archive via C#. Use API example code for combine ZIP files to a single TAR.GZ within VB.NET Asp.NET or any .NET based application....= "storage"; DirectoryInfo stored = Directory.CreateDirector...TarArchive()) { merged.CreateEntries(stored, false); merged.SaveGzipped("merged...

    products.aspose.com/zip/net/merger/zip-to-targz/
  4. Merge TAR files to one TAR.Z archive via C#

    Source code for merge TAR files to one TAR.Z archive via C#. Use API example code for combine TAR files to a single TAR.Z within VB.NET Asp.NET or any .NET based application....= "storage"; DirectoryInfo stored = Directory.CreateDirector...TarArchive()) { merged.CreateEntries(stored, false); merged.SaveZCompressed("merged...

    products.aspose.com/zip/net/merger/tar-to-tarz/
  5. Merge TAR.GZ files to one TAR.LZ archive via C#

    Source code for merge TAR.GZ files to one TAR.LZ archive via C#. Use API example code for combine TAR.GZ files to a single TAR.LZ within VB.NET Asp.NET or any .NET based application....= "storage"; DirectoryInfo stored = Directory.CreateDirector...TarArchive()) { merged.CreateEntries(stored, false); merged.SaveLzipped("merged...

    products.aspose.com/zip/net/merger/targz-to-tarlz/
  6. Merge TAR.GZ files to one TAR.GZ archive via C#

    Source code for merge TAR.GZ files to one TAR.GZ archive via C#. Use API example code for combine TAR.GZ files to a single TAR.GZ within VB.NET Asp.NET or any .NET based application....= "storage"; DirectoryInfo stored = Directory.CreateDirector...TarArchive()) { merged.CreateEntries(stored, false); merged.SaveGzipped("merged...

    products.aspose.com/zip/net/merger/targz-to-targz/
  7. Merge TAR.XZ files to one TAR archive via C#

    Source code for merge TAR.XZ files to one TAR archive via C#. Use API example code for combine TAR.XZ files to a single TAR within VB.NET Asp.NET or any .NET based application....= "storage"; DirectoryInfo stored = Directory.CreateDirector...TarArchive()) { merged.CreateEntries(stored, false); merged.Save("merged...

    products.aspose.com/zip/net/merger/tarxz-to-tar/
  8. Merge TAR.GZ files to one TAR.Z archive via C#

    Source code for merge TAR.GZ files to one TAR.Z archive via C#. Use API example code for combine TAR.GZ files to a single TAR.Z within VB.NET Asp.NET or any .NET based application....= "storage"; DirectoryInfo stored = Directory.CreateDirector...TarArchive()) { merged.CreateEntries(stored, false); merged.SaveZCompressed("merged...

    products.aspose.com/zip/net/merger/targz-to-tarz/
  9. Merge TAR.Z files to one 7ZIP archive via C#

    Source code for merge TAR.Z files to one 7ZIP archive via C#. Use API example code for combine TAR.Z files to a single 7ZIP within VB.NET Asp.NET or any .NET based application....= "storage"; DirectoryInfo stored = Directory.CreateDirector...CreateEntries(stored, false); merged.Save("merged7.7z"); } stored.Delete(true);...

    products.aspose.com/zip/net/merger/tarz-to-7zip/
  10. Merge TAR.GZ files to one 7ZIP archive via C#

    Source code for merge TAR.GZ files to one 7ZIP archive via C#. Use API example code for combine TAR.GZ files to a single 7ZIP within VB.NET Asp.NET or any .NET based application....= "storage"; DirectoryInfo stored = Directory.CreateDirector...CreateEntries(stored, false); merged.Save("merged4.7z"); } stored.Delete(true);...

    products.aspose.com/zip/net/merger/targz-to-7zip/