Calculating the checksum of a file in Visual Basic 2005

A

Alex

Hi,

Is there anyway to calculate a checksum (MD5, CRC32, etc) of files using
VB2005? What we need is a simple program that can go through a directory
and store the path and file name, checksum, and date.

Thanks ---

Alex
 
A

Alex

Alex said:
Hi,

Is there anyway to calculate a checksum (MD5, CRC32, etc) of files using
VB2005? What we need is a simple program that can go through a directory
and store the path and file name, checksum, and date.

Thanks ---

Alex

Hello,

Nevermind on this, I found the following website which gave me exactly what
I was hunting for:
http://vbdotnetforum.com/index.php?showtopic=407

Take care --

Alex
 

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