davcaw
07-10-2004, 08:17 PM
I need to search a given directory to see if it contains any .pk3 files. pk3 is a compressed file format exactly the same as winzip creates. Then I need to open that compressed pk3 and search for any gif or jpg images in it. If I find any, I need to extract a copy of them and place it in another directory. I figured out how to search the directory for the pk3 file, but I am lost as how to work with compressed files.