It appears that Visual Patch generates log files in the form of:
<app name>_dd_mm_yyyy_hh-mm-ss.txt
However, these do not sort chronlogically so that older ones can be deleted.
Suggest to change the format of the log file names to be:
<app name>_yyyy_mm_dd_hh-mm-ss.txt

Reply With Quote