I am attempting to create an archiving solution using SFFS that replaces some legacy code that does this same thing. I have a folder that I want to have archive to another folder on the same LAN. SFFS needs to be able to detect the last modified date of the files in this folder and move them to the archive folder if that date is more than X number of days old.
I can only find a similar feature for File Age. This really wouldn't work because there is no garauntee that those files are not being worked on still.
Any ideas?