Re: Getting files in a subdirectory in a zip

2005-07-11 Thread Scott David Daniels
Echo wrote: > What would the best way to get a list of files in a subdirectory in a zip? > > The only thing I can come up with is to extract the zip into a temp > directory and then just grab the list of files in the subdirectory > that I need. This way seems very messy to me and I was wondering i

Getting files in a subdirectory in a zip

2005-07-11 Thread Echo
What would the best way to get a list of files in a subdirectory in a zip? The only thing I can come up with is to extract the zip into a temp directory and then just grab the list of files in the subdirectory that I need. This way seems very messy to me and I was wondering if there are any better