|
I wonder why GetFileHash function doesn't support getting progress of hash generation...
I really need to first get hash of a file and then compare it to a list of hash and check which one match, but because GetFileHash doesn't support progress I cant use it. (I want to show the progress, because the file is big.)
anyone have any Idea? thanks
|