Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 30,294 for

archive

(0.43 sec)
  1. Multi-folder 7z Extraction via API for C#, ASP....

    C# .NET API supports multi-folder 7z extraction, respects the .NET 6 breaking changes, extract XAR Archive, Extract WIM Archive with Xpress & LZX compression....multi-folder extraction of the 7z archives. .NET 6 Breaking Changes Respects... XAR Archive Extraction Ability to extract XAR archive. WIM Archive...

    releases.aspose.com/zip/net/new-releases/aspose...
  2. Working with XZ Archives in C#

    C# xz API lets you work with creating and managing xz Archives in your applications without the need of any other 3rd party applications and provides various methods to perform operations on Archives....NET Developer Guide Typical archives for Unix-like platform Working...Working with XZ Archives Working with XZ Archives in C# Contents...

    docs.aspose.com/zip/net/working-with-xz-archives/
  3. After zipping, the file's date modified time is...

    After the version: 22.12.0.0, the file’s date modified time always is 2049/1/1 previous versions are working good. code: using var stream = File.OpenWrite(zipFilePath); var setting = new ArchiveEntrySettings(Compress…...using var archive = new Archive(setting); archive.CreateEntry(Path...GetFileName(filePath), filePath); archive.Save(stream, new ArchiveSaveOptions...

    forum.aspose.com/t/after-zipping-the-files-date...
  4. KnownFolders | Aspose.Email for .NET API Reference

    KnownFolders Contents [ Hide ] KnownFolders class Well-known folders public class KnownFolders Constructors Name Desc......Description static readonly Archive The archive folder messages are sent...to when using the One_Click Archive feature in Outlook clients...

    reference.aspose.com/email/net/aspose.email.cli...
  5. Aspose.ZIP Product Family - Free Support Forum ...

    Get technical support of Aspose.ZIP for .NET....PDF file is cut off when I archive aspose-pdf-net 2 170 January... 2023 Python Code to Copy Archive Entry to Stream 1 172 September...

    forum.aspose.com/c/zip/37
  6. Extract SevenZipArchiveEntry to Stream - Free S...

    Is there anyway to extract an individual SevenZipArchiveEntry into a stream similar to ArchiveEntry.Extract(Stream, string)? From what I see, the only way to extract a SevenZipArchiveEntry is to extract the entire archi…... is to extract the entire archive to a directory on disk. Is...future releases. __ BTW, If the archive is solid the only way to extract...

    forum.aspose.com/t/extract-sevenziparchiveentry...
  7. index.xml

    1.0 utf-8 yes 2.0 http://www.w3.org/2005/Atom Release Notes - 2018 on Releases - aspose.comhttps://releases.aspose.com/zip/net/release-notes/2018/Recent content in Release Notes - 2018 on Releases ......ZIPNET-232 Add self-extracted archives Enhancement ZIPNET-251 Path...options for self extracted archive. The following public methods...

    releases.aspose.com/zip/net/release-notes/2018/...
  8. SevenZipArchiveEntry | Aspose.ZIP for .NET API ...

    SevenZipArchiveEntry Contents [ Hide ] SevenZipArchiveEntry class Represents single file within 7z Archive. public ab......Represents single file within 7z archive. public abstract class SevenZipArchiveEntry...Gets name of the entry within archive. UncompressedSize { get; }...

    reference.aspose.com/zip/net/aspose.zip.sevenzi...
  9. Compress and Decompress ASP Files via .NET

    C# compression and decompression source code to compress ASP documents into a single zip Archive or vice versa on .NET Framework, .NET Core....and archive decompression using server-side zip archive library...Create Object of Archive. Using the Archive object, load file...

    products.aspose.com/zip/net/zip-file/asp/
  10. XAR composition

    C# library allows you to create XAR Archive....NET Developer Guide Typical archives for Unix-like platform XAR...Mac OS archiving format. You can compose such an archive with Aspose...

    docs.aspose.com/zip/net/xar-composition/