Delete a file that is 5 days old than its date modified
Hi,
I have a list of files that i need to delete. I will need to delete files that are 5 years and older than its date modified.
Date Modified is in a file property.
example:
if a file was created 2007 and it was last modified 2012, those files in 2007.
My problem is i am not a java man. so, any script on how to do it in tFilterRow or tMap will do.
Thanks.