Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
1.40/5 (3 votes)
Hi,

I would like to Archieve files for last three months in corresponding subfolders in a directory with no thrird party dlls.And they have to zip to the specific folder in their each subfolder with format name of the folder-yyyy/mm//dd.

Please help me with this.

Thanks
Posted

1 solution

For working with ZIP, you can use the open-source fully native .NET library called SharpCompress: http://sharpcompress.codeplex.com[^].

Another option is #ziplib: http://www.icsharpcode.net/opensource/sharpziplib/[^].

And yet another open-source option is using SevenZipSharp, a .NET wrapper of the famous 7-Zip:
http://en.wikipedia.org/wiki/7-Zip[^],
http://sevenzipsharp.codeplex.com/[^].

—SA
 
Share this answer
 
v3
Comments
Thomas Daniels 20-May-13 13:41pm    
Correct, my 5.
Sergey Alexandrovich Kryukov 20-May-13 16:43pm    
Thank you,
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900