Winzip or Compressed folders from VB

C

cj2

Several of our systems here receive data in small files every couple of
minutes. We act on each file and move it to a processed directory.
Before we act on a file again we ensure we haven't seen it before by
checking the processed directory. The risk of getting a file again
drops to almost none after a couple days. Still, it is mandated that we
save all these originally received files as proof of how we received
them indefinitely. Periodically (when someone notices how many tens of
thousands of files are in a processed directory) we use WinZip to zip up
all but the last week or so into zip files. I'd really like to to add
onto the end of the VB apps that process the file to automatically zip
any that are over 2 weeks old. WinZip or Compressed folders both seem
to work fine for me so I don't care which is used. I hate to think I'd
have to shell out to do this however. Can someone point me in the right
direction to get this done? Thanks.
 
D

DickGrier

Hi,

There is this: http://www.codeplex.com/DotNetZip that you might try. There
are commercial products (I've used a couple of ActiveX controls, but none of
the .NET commercial products).

Dick

--
Richard Grier (Microsoft MVP - Visual Basic) Hard & Software 12962 West
Louisiana Avenue Lakewood, CO 80228 303-986-2179 (voice) Homepage:
www.hardandsoftware.net Author of Visual Basic Programmer's Guide to Serial
Communications, 4th Edition ISBN 1-890422-28-2 (391 pages) published July
2004, Revised July 2006.
 
C

Colbert Zhou [MSFT]

Hello Chris

The managed support service of the newsgroup
microsoft.public.dotnet.languages.vb is now available on VB.NET General
Forum:
http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/threads.

Would you please repost the question in the forum with the Windows Live ID
used to access your Subscription benefits? Our engineers will assist you in
the new platform. The article
http://msdn.microsoft.com/en-us/subscriptions/aa974230.aspx introduces more
information about the migration. In the future, please post your VB-related
questions directly to the forums. If you have any questions or concerns,
please feel free to contact us: (e-mail address removed).

Regards,
Ji Zhou
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top