I'm trying to find the best way to find out when a fiile was last modified and if it hasn't been modified in the last 7 days move it to a certain folder.
At the moment i'm reading in the files using a "for" loop, storing them in an array as objects. Sorry i haven't got the code on me at the moment, i remember a friend telling me there's a lastModifief() method but you can only compare it to another last modified, i'm just wondering is there any potential calendar methods i could use?
Any help is appreciated
regards
dave