<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic @amith1990, google says… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-Compress-and-uncompress-zip-unzip/m-p/57477#M11476</link>
    <description>@amith1990, google says there is no libs for zipx:
&lt;A href="https://stackoverflow.com/questions/1200289/i-need-a-c-sharp-library-for-zipx" target="test_blank"&gt;https://stackoverflow.com/questions/1200289/i-need-a-c-sharp-library-for-zipx&lt;/A&gt;
You can still use commandline tool for it.</description>
    <pubDate>Fri, 21 Sep 2018 16:44:00 GMT</pubDate>
    <dc:creator>AndreyKudinov</dc:creator>
    <dc:date>2018-09-21T16:44:00Z</dc:date>
    <item>
      <title>How to Compress and uncompress ( zip/unzip)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-Compress-and-uncompress-zip-unzip/m-p/57474#M11473</link>
      <description>Dear All,

&amp;nbsp;

Can someone help me in&amp;nbsp;Compress and un compress ( zip/unzip) folder.

&amp;nbsp;

Thanks

in advance</description>
      <pubDate>Thu, 22 Feb 2018 05:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-Compress-and-uncompress-zip-unzip/m-p/57474#M11473</guid>
      <dc:creator>VenkatRamana</dc:creator>
      <dc:date>2018-02-22T05:41:00Z</dc:date>
    </item>
    <item>
      <title>Hi Qtramana,…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-Compress-and-uncompress-zip-unzip/m-p/57475#M11474</link>
      <description>Hi Qtramana,
You need to make your own code stage.
In your object, in your initialize page, set a reference to: System.IO.Compression.FileSystem.dll
And in your code stage, you need just one line:
System.IO.Compression.ZipFile.CreateFromDirectory([Directory to Zip], [ZipFileToCreate])
&amp;nbsp;

With as input [Directory to Zip] (e.g. C:\Temp) and [ZipFileToCreate] (e.g. C:\MyZipFile.zip)
And unzip is similar, see the documentation on:https://msdn.microsoft.com/en-us/library/system.io.compression.zipfile(…

System.IO.Compression.ZipFile.ExtractToDirectory([ZipFileToUnzip], [FolderToUnzipIn])

This .Net class is available since .Net version 4.5, so it will work in&amp;nbsp;BluePrism 5 &amp;amp; 6, but not in BluePrism 4 (Except if you trick it to use .Net version 4.5)</description>
      <pubDate>Mon, 12 Mar 2018 16:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-Compress-and-uncompress-zip-unzip/m-p/57475#M11474</guid>
      <dc:creator>BastiaanBezemer</dc:creator>
      <dc:date>2018-03-12T16:19:00Z</dc:date>
    </item>
    <item>
      <title>Hi Bastiaan,
Your code…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-Compress-and-uncompress-zip-unzip/m-p/57476#M11475</link>
      <description>Hi Bastiaan,
Your code really worked , but can you please provide something for .zipx file format .. have you done this before ?.. Using the above method its not uncompressing .zipx files .
&amp;nbsp;
Warm regards,
amith</description>
      <pubDate>Thu, 20 Sep 2018 18:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-Compress-and-uncompress-zip-unzip/m-p/57476#M11475</guid>
      <dc:creator>amith1990</dc:creator>
      <dc:date>2018-09-20T18:20:00Z</dc:date>
    </item>
    <item>
      <title>@amith1990, google says…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-Compress-and-uncompress-zip-unzip/m-p/57477#M11476</link>
      <description>@amith1990, google says there is no libs for zipx:
&lt;A href="https://stackoverflow.com/questions/1200289/i-need-a-c-sharp-library-for-zipx" target="test_blank"&gt;https://stackoverflow.com/questions/1200289/i-need-a-c-sharp-library-for-zipx&lt;/A&gt;
You can still use commandline tool for it.</description>
      <pubDate>Fri, 21 Sep 2018 16:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-Compress-and-uncompress-zip-unzip/m-p/57477#M11476</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2018-09-21T16:44:00Z</dc:date>
    </item>
    <item>
      <title>Thanks aikudino. But i…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-Compress-and-uncompress-zip-unzip/m-p/57478#M11477</link>
      <description>Thanks aikudino. But i already had the above said outputs (google said no results and that stackoverflow link is not of that use).
&amp;nbsp;
Regards
Aikudino</description>
      <pubDate>Fri, 21 Sep 2018 18:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-Compress-and-uncompress-zip-unzip/m-p/57478#M11477</guid>
      <dc:creator>amith1990</dc:creator>
      <dc:date>2018-09-21T18:22:00Z</dc:date>
    </item>
    <item>
      <title>Thanks Bastiaan, with your…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-Compress-and-uncompress-zip-unzip/m-p/57479#M11478</link>
      <description>Thanks Bastiaan, with your help I managed to implement the action as well.</description>
      <pubDate>Tue, 13 Nov 2018 17:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-Compress-and-uncompress-zip-unzip/m-p/57479#M11478</guid>
      <dc:creator>AleksandrNikuli</dc:creator>
      <dc:date>2018-11-13T17:59:00Z</dc:date>
    </item>
  </channel>
</rss>

