Re: [Dev] Introducing Zip Unzip Functionality in Jaggery File Host Object

2016-07-01 Thread Megala Uthayakumar
Hi, We have implemented the zip and unzip at jaggery level and it can be used like follow, file1.unZip(Path to unzipped folder) file2.zip(path to zip) Thanks. Regards, Megala On Thu, Jun 16, 2016 at 4:41 PM, Nisala Nanayakkara wrote: > Hi all, > > I have an use-case of

[Dev] Introducing Zip Unzip Functionality in Jaggery File Host Object

2016-06-16 Thread Nisala Nanayakkara
Hi all, I have an use-case of zipping and unzipping functionality for one of my ongoing improvement. Since it is difficult to achieve this task using JavaScript. Once I discussed about this with my teammates, they said that it is better to add these functionalities in Jaggery file hostobject. So