Hi all,
I have to make a windows application on PDA with the Compact Framework.
I have a zip file with approximatively 10000 entries in it. I don't want to unzip all the file, it's too long on a pda.
I want to test if a file (i know the name) exists in my zip file and if exists, i want to unzip only this file.
Is there a methode like : public ZipEntry GetEntry(string fileName) ?
Thanks
Vince