Hi riversongro,
I try to test this in version 7.1.8 and this is what I did:
Have a 'Rename File' task and set up the File Filter correctly. Please use the Test tab to see if you have matching files.
Next step is to set the Rename settings. The new name mask is set to: *
The PostProcess mask checkbox should be checked.
Now you have to set the rename line and this is what I did:
{STRING(Replace|{NEWNAME()}|.zip|_{DATEFORMAT(yyyyMMdd-HHMMss)}.zip)}
For every zip file found in the file mask, this line is run. So every filename having .zip in there, this part will be replaced by _{DATEFORMAT(yyyyMMdd-HHMMss)}.zip
A new.zip will give you eg. new_20140627-082012.zip
You used {DATETIME()}, but this will retun : in there and that is not alowed in a filename. You should use DATEFORMAT instead.
Regards,
Erik
Edited by user
2014-06-30T06:41:46Z
|
Reason: typo
Uses Visualcron since 2006.