Hi,
I need to reprocess some files using attachment_fu, but not all of the files.
I've seen a few posts asked about reading and listing files in a directory using Ruby, but does anyone know how to select the files based on the upload date or file parameters?
I can use either the date parameters for when the file was uploaded or look at the size of the jpg images (100 x 100) and if they were not properly resized, I will need to resize those.
Any ideas on how to access either of these pieces of information so that I can give them to a script that will reprocess the files using attachment_fu?
THANKS! Cindy