Hi guys, recently I am trying to make a zip class in vb .net by using the java.util.zip namespace. Every thing is ok except that I am having a problem with the hidden files. The problem is that when I zip a hidden file and unzip it the file is not hidden any more. My question is how should I implement this that when I zip a hidden file and unzip it the file would be hidden still? How and where should I store the file attributes? Thank you for any input!
