| View previous topic :: View next topic |
| Author |
Message |
Mano Guest
|
Posted: Thu Sep 04, 2003 3:48 am Post subject: Windows API for Zip archiving/compression |
|
|
Hello,
Recent versions of windows allow the user to browse the contents of a
zip archive in the explorer as if it were a normal folder.
Does anybody know if this is exposed at the windows api level in some
way?
Thanks,
Mano |
|
| |
|
Back to top |
Michael Bell Guest
|
Posted: Sat Sep 06, 2003 2:10 pm Post subject: Re: Windows API for Zip archiving/compression |
|
|
mano_92373@yahoo.com (Mano) wrote in message news:<6b1ae5bf.0309031448.28d57222@posting.google.com>...
[quote]Hello,
Recent versions of windows allow the user to browse the contents of a
zip archive in the explorer as if it were a normal folder.
Does anybody know if this is exposed at the windows api level in some
way?
Thanks,
Mano
[/quote]
AFAIK, both yes and no. You see, the ZIP capability in XP/2003 is
really just a licensed subset of DynaZip (www.dynazip.com). Hence the
APIs, and full support are licensed and available there. |
|
| |
|
Back to top |
|