|
Browse by Tags
All Tags » Using #ZipLib » zip ziplib subfolder » #ZipLib ( RSS)
-
I want to add the files one by one to the zip file and create the folders accordingly. like i may have file1 in folderA and file2 in folderB then i will be passing the paths as c:\folderA\file1 c:\folderB\file2 to zip the files. Now the system creates a zip file but then when i unzip, the files are in...
Posted to
Forum
by
bruce lee
on
04-04-2007
Filed under: Using #ZipLib, #ZipLib, zip ziplib subfolder, Zip files for download, Zip
-
Hi, How can I add directories? Running the following code results in an exception: string root = <root_dir>; ZipFile zipFile = ZipFile.Create(filename); zipFile.BeginUpdate(); string[] files = Directory.GetFiles(root); foreach (string file in files) { FileAttributes attr = File.GetAttributes(file...
Posted to
Forum
by
puce
on
12-21-2006
Filed under: Using #ZipLib, #ZipLib, ZipException, Zip64, zip ziplib subfolder, sharpZipLib
Page 1 of 1 (2 items)
|
|
|