OV2
OV2
RCRC is not really meant to verify that file write operations from memory work correctly. That's something your copy tool should do if you really need it. I might look...
If a checksum is found in the filename it currently always skips looking into the stream. I could look in both locations. The question is which one to take for...
Option 1 is how the progress bar currently works (but updated after each "Read buffer size" block is hashed).
Incremental hashing doesn't really fit that well into the concept of RapidCRC. I will most likely not add this.
At some point the GUI will get a bit overloaded with hashing algorithms. Blake3 fit into the existing blake2 button, but another algorithm would need some redesign.
This seems to be an issue with the window "Save As" dialog, when the initial filename is longer than 250 characters. I'll have to investigate if there is an alternative.
You need one character for the string end character, so that is most likely why the GetSaveDialog function throws an error in this case with all extensions longer than 5...
That is what RCRC uses internally, but the windows save/load dialogs do not support this notation.
I'm guessing you are not talking about one of the hash files (which also contains a list of files). What exactly do you want to export? The current contents of...
I have not had the time to try anything with directory opus. Do you also get the errors when you are using it in explorer? Nothing has changed with the...