Work with archives

Discuss any general programming issues here
Post Reply
sashapont
Posts: 152
Joined: Thu Aug 03, 2017 2:49 pm

Work with archives

Post by sashapont »

Are there any libraries or tutorial for work with zip archives from Hollywood?
User avatar
Allanon
Posts: 732
Joined: Sun Feb 14, 2010 7:53 pm
Location: Italy
Contact:

Re: Work with archives

Post by Allanon »

Hi,
Hollywood can compress with CompressFile() and decopress with DecompressFIle() using its own format, if you want to deal with zip files you have to use some external utilities and invoke them with Execute() or Run() commands.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Work with archives

Post by airsoftsoftwair »

Actually, there has been a zip archive handler plugin lying around on my hard disk for about 3 years now. It was written as a test for the file and directory adapter plugin interfaces. I guess I should finish and release this :)
sashapont
Posts: 152
Joined: Thu Aug 03, 2017 2:49 pm

Re: Work with archives

Post by sashapont »

Thank you! I will be wait!
sashapont
Posts: 152
Joined: Thu Aug 03, 2017 2:49 pm

Re: Work with archives

Post by sashapont »

Is it possible to compress directory with files now?
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Work with archives

Post by airsoftsoftwair »

Not now.
User avatar
Juan Carlos
Posts: 887
Joined: Mon Sep 06, 2010 1:02 pm

Re: Work with archives

Post by Juan Carlos »

Yes, also I'll wait it.
Post Reply