Re: [Tutor] reading nested folders in gzip files

2009-05-18 Thread Kent Johnson
On Mon, May 18, 2009 at 12:34 PM, Dinesh B Vadhia wrote: > The structure of the gzip files are: > > gzip archive > folderA > folderB > list of folderC's > each folderC contains the target files > > Within the archive, I want to open the gzip archive, open fo

[Tutor] reading nested folders in gzip files

2009-05-18 Thread Dinesh B Vadhia
The structure of the gzip files are: gzip archive folderA folderB list of folderC's each folderC contains the target files Within the archive, I want to open the gzip archive, open folderA, openFolderB , get the list of target files in folderC, and extract