I tried to use the files inside a zip unlocked with ionic.zip in C#
I do that using
string zipToUnpack = filename;
ExtractFileToDirectory(filename,appPath);
First time it works fine, but then I try a second time and I get an IO exception saying the file is been used by another user. How can I unlocked this file from the current process?