|
Browse by Tags
All Tags » sharpZipLib » zip ziplib subfolder ( RSS)
-
Hi, The example : - rootfolder1 - subfolder1.1 - subfolder1.1.1 - filename1.1.1.1 - filename1.1.2 - subfolder1.2 - subfolder1.2.1 - filename1.2.2 - filename1.3 - filename1.4 - filename1.5 I need to zip subfolder1.1 folder, filename1.3, and filename1.5 into a zip file, while still preserving the folder...
Posted to
Forum
by
bembengarifin
on
07-18-2007
Filed under: zip ziplib subfolder, sharpZipLib
-
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
-
Thanks for all the responses. There is a # in my directory name. After I removed the #, the help file displays like a charm. -Cindy
Posted to
Forum
by
yhao8
on
01-12-2007
Filed under: Using #ZipLib, ZipInputStream, zip ziplib subfolder, sharpZipLib, Zip files for download, Zip, Download
Page 1 of 1 (3 items)
|
|
|