Topic: Log feature. Export results to an text file.
How difficult is it to implement a simple log feature?
i.e.
after i start to rename
and before Siren renames in real
it exports the original and the new names into an text file.
_Siren.log:
Old name:New name
Optionally enable this in Siren.ini:
Log=1
LogFile=%tmp%\_siren.log
Maybe check on program start the size of this log file and warn the user
or create for each day an new log (_Siren_20061214.log)
What do you think?