Sort Score
Result 10 results
Languages All
Labels All
Results 2,401 - 2,410 of 2,922 for

store compression

(0.07 sec)
  1. 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/
  2. Merge ZIP files to one TAR.Z archive via C#

    Source code for merge ZIP files to one TAR.Z archive via C#. Use API example code for combine ZIP 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/zip-to-tarz/
  3. 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/
  4. Merge TAR.XZ files to one TAR.XZ archive via C#

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

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

    Source code for merge TAR.LZ files to one ZIP archive via C#. Use API example code for combine TAR.LZ 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("merged6.zip"); } stored.Delete(true);...

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

    Source code for merge TAR.XZ files to one TAR.LZ archive via C#. Use API example code for combine TAR.XZ 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/tarxz-to-tarlz/
  7. Merge ZIP files to one TAR.LZ archive via C#

    Source code for merge ZIP files to one TAR.LZ archive via C#. Use API example code for combine ZIP 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/zip-to-tarlz/
  8. كيفية ضغط الملفات بدون ضغط عبر Python.NET

    كيفية إضافة الملفات إلى الأرشيف دون ضغط لتحسين إدارة الملفات وتوفير الراحة في النقل والوصول السريع والتوافق عبر التطبيقات المختلفة بواسطة Python.NET...zip" , 'x' ) as zipFile: store_settings = zp . saving . Ar...StoreCompressionSett()) with zp . Archive(store_settings) as archive: archive...

    products.aspose.com/zip/ar/python-net/advanced-...
  9. Bestanden zippen zonder compressie via Python.NET

    Hoe u bestanden aan archieven kunt toevoegen zonder compressie voor verbeterd bestandsbeheer, met gemak bij transport, snelle toegang en compatibiliteit tussen verschillende applicaties door Python.NET...zip" , 'x' ) as zipFile: store_settings = zp . saving . Ar...StoreCompressionSett()) with zp . Archive(store_settings) as archive: archive...

    products.aspose.com/zip/nl/python-net/advanced-...
  10. Jak spakować pliki bez kompresji za pośrednictw...

    Jak dodawać pliki do archiwów bez kompresji w celu usprawnienia zarządzania plikami, zapewniając wygodę w transporcie, szybki dostęp i kompatybilność z różnymi aplikacjami przez Python.NET...zip" , 'x' ) as zipFile: store_settings = zp . saving . Ar...StoreCompressionSett()) with zp . Archive(store_settings) as archive: archive...

    products.aspose.com/zip/pl/python-net/advanced-...