Damaged File Detection from VB.NET

chatzisa

New member
Joined
May 22, 2007
Messages
2
Programming Experience
5-10
How can i detect if a file is damaged without to open it. Let say that i need a VB.NET function to provide as an argument the path of the file and to return as a result True (if the file is Ok ) or False (if the file is damaged or corrupted).
 
Hi and thanks for the reply!!!

That is the point, how can i check the header or the bits of the file to see if it is corrupted, damaged ...
 
Back
Top