destroy

File Search And Destroy

Submitted by euverve on
I coded a simple utility that removes files based on file hash because some malwares or virus spreads in every folder in usb or drive. This is threaded so while searching the form will not hang. Souce Codes: Public Class Mainform Private Sub Form1_Load ( ByVal sender As System . Object , ByVal e As System .EventArgs ) Handles MyBase .Load Control .CheckForIllegalCrossThreadCalls = False End Sub