You are not logged in.
This topic is not obsolete. I have merged the test version with the latest development version.
Thanks to all of your who have participated!
Offline
I haven't had any problems so far.
Renaming / Undo operations, Export / Import features and Validation works fine (at least I haven't found any bug).
I have no idea what "Overwrite with new name feature" is intended to do, so I can't say anything about that option..
I agree with krtek's opinion...
TRUTH, FREEDOM, JUSTICE and FATHERLAND are the highest morale values which human is born, lives and dies for!
Offline
Please make a hash CRC32 of an uppercase
2ca2dde5 -> 2CA2DDE5
Offline
Lower case hashes seem to be more common these days.
To get an upper case version you can use Pascal Script:
begin
FileName := WideUpperCase(CalculateMetaTag(FilePath, 'Hash_CRC32'))
+ ' ' + FileName;
end.
Offline