views:

21

answers:

1

Is there anyway in Dot Net Zip that I can use to list all the names of files in a specific directory? For example, i can specify Directory1 and get File3 and File4 etc

ZipFile
-------

File1
File2
Directory1
     File3
     File4
Directory2
     File5
     File6

ZipFile object has only Entries, Entries Sorted, and Entries File Names...

Anyone?, Cheeso? :)

related questions