IxiRancid Posted November 16, 2005 Posted November 16, 2005 Hi y'all... I'm in a bit a wee a jam :) I'm in the middle of a project, and already given the specs for another one. I would like to get prepared before the actual coding (when I'm done with this project): I'm supposed to write a program that will browse through mapped disk drive (network folders) and check for file Modified date, if it is lesser then a given date I should ZIP Compress and delete the file. Can you give some clues, links or directions (specialy for ZIPping part). Thanks, all help appreciated! Quote
Administrators PlausiblyDamp Posted November 16, 2005 Administrators Posted November 16, 2005 http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx has a good free zip library for the zipping part of your problem. System.IO.Directory and System.IO.File can be used to search for files and obtain information about them. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.