Ok I will read more over it in your Docs and test it.gnozal wrote: If you wish more control when using PureZIP, please use the PureZIP_Archive_* functions. Then you can decide what file to add or not, what error message display etc...
Hmm I think its very complex because the Archive must completegnozal wrote: Probably not, because there is no ZLIB function for this. You have to unpack/repack the archive to do this.
extracted in a Temporary Directory. Ok I will make some test with it
and see which solution is possible.
BTW:
I use AddFiles with wildcards because I want copy files direct in a specified
ZIP-Folder. e.g.
C:\MyFolder1_in_ZIP\MyFolder2_in_ZIP\MyFile.xyz
so I can add with AddFiles() e.g. as start with Folder2.
C:\MyFolder1_in_ZIP\*.*
so I become the required result I want.
ZIP:\MyFolder2_in_ZIP\MyFile.xyz
Therefore I requested for a optional DestPath$ params because I think
its a better way as my example on top, but it is very sad
that it is not possible to create.
