Related resources for File Compression
  • Creating a File Zip Functionality in ASP.NET Core Web API9/12/2023 7:06:29 AM. Creating a file zip functionality in an ASP.NET Core Web API involves several steps. In this article, we will go through each step, including setting up the project, creating the API endpoint, and gen
  • Compress Folders with Visual Basic and the SharpZipLib in VB.NET12/1/2012 5:39:08 AM. This article shall describe an approach that may be used to collect files from multiple locations and zip them up into a single zipped folder. The code contained in the sample project may be useful.
  • Opening Jars with Visual Basic11/9/2012 6:30:11 AM. This article shall describe an approach that may be used to extract Jar files.
  • Compress Folders with C# and SharpZipLib5/19/2012 12:14:59 AM. This article shall describe an approach that may be used to collect files from multiple locations and zip them up into a single zipped folder. The code contained in the sample project may be useful if one needs to gather up multiple files, zip them up, and then do something with them such as upload the zipped files to a server location for storage or processing.
  • Opening Jars with C# 7/7/2008 1:52:51 AM. This article shall describe an approach that may be used to extract Jar files. Jars are merely files compressed using zip compression; the primary difference between a standard trash zip file and a jar file is that the jar file includes a manifest; also a true jar files can be run as an executable on a machine equipped with the java runtime.