I have an app that writes out a file, and if the file already exists, it renames the existing file with a suffix.
does anyone know a way to test if the file has been renamed in the last day so it can be moved to the trash? When I use "date added" it refers back to the date the file was originally made, when I use date modified, it doesn't pay attention to the file being renamed.
I'd like for the renamed original file to go away after some period of time, but I can't seem to figure out a way to make that happen.