Hello, Piotrekk!
You can use a free zip library
( http://www.icsharpcode.net/OpenSource/SharpZipLib/ )
and pack all the dirs and files into one zip file.
The API in this library will let you browse files and dirs stored in the zip
arch.
HTH
--
With best regards, Vadym Stetsiak.
Blog: http://vadmyst.blogspot.com
You wrote on Mon, 10 Sep 2007 09:41:43 -0700:
P> Hi
P> My goal is to pack directory structure ( via code ) into file. Then
P> i need to have access to these directories packed in this file (
P> maybe via some collection or something ). Is there a common way to do
P> this?
P> Thanks for help and Regards
P> PK
Piotrekk - 11 Sep 2007 13:10 GMT
Thanks. I will for sure read about this library.