SharpDevelop Community

Get your problems solved!
Welcome to SharpDevelop Community Sign in | Join | Help
in Search

Browse by Tags

All Tags » zip ziplib subfolder (RSS)
  • Zip Folder with the root folder included

    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
  • how to create folder in the zip file progamaticaly when using ICSharpCode.SharpZipLib.Zip to zip the files?

    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
  • AddDirectory() doesn't work

    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
  • Zipping a Folder containing SubFolders and Files

    Hi, I'm new to #ZipLib. I'm trying to figure out a way to zip SubFolders with #ZipLib. This is what my folder tree look like: MainFolder\SubFolder1\SubFolder2\SubFolder3\[this is where the files are] I'm able to zip all the files in SubFolder3 if I set the SourceDirectory as SubFolder3. But I want the...
    Posted to Forum by NoviL on 11-29-2006
    Filed under: zip ziplib subfolder
  • Re: Can not view Sharpziplib help file

    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 (5 items)
Powered by Community Server (Commercial Edition), by Telligent Systems
Don't contact us via this (fleischfalle@alphasierrapapa.com) email address.