|
-
May 16th, 2008, 02:32 PM
#1
Thread Starter
Addicted Member
[2008] Extracting Zip/RAR files
Does anyone have any idea how to extract a Zip or RAR file.
A rar file might be a bit farfetched but as windows can open zip files i should imagine this is possible.
Any ideas?
-
May 16th, 2008, 02:36 PM
#2
Frenzied Member
Re: [2008] Extracting Zip/RAR files
I imagine you would need a custom dll library or ActiveX control to do it, it can certainly be done manually but it would take a considerable amount of work.
Please rate helpful ppl's posts. It's the best 'thank you' you can give 
-
May 16th, 2008, 03:01 PM
#3
Re: [2008] Extracting Zip/RAR files
Thanks to the System.IO.Compression namespace developing compression / decompression components is a walk in the park with things like GZip. A Zip file is a little different but can be built using the Compression namespace.
Check out this post.
-
May 16th, 2008, 03:06 PM
#4
Thread Starter
Addicted Member
Re: [2008] Extracting Zip/RAR files
cool thankyou ill try that now
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|