View Single Post
  #11  
Old 21-09-2021, 17:03
maybeknow maybeknow is offline
Registered User
 
Join Date: Sep 2021
Location: canada
Posts: 7
Thanks: 4
Thanked 0 Times in 0 Posts
maybeknow is on a distinguished road
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
Reply With Quote