QUOTE(Martyr2 @ 10 Dec, 2007 - 11:54 AM)

I had you all the way up until you said put the timestamp into file.timestamp property. Are you looking to modify file timestamps? Like if they are not the same, to then synchronize them by modifying a file timestamp? You had the right idea right up until that part about modifying the timestamp. Can you clarify?
Thanks!

Sorry, I tend to be a little wordy naturally, but left out the important part: I'm comparing the timestamps on files between two directories, directoryA is the original file, directoryB has clones of the directoryA files which are "backups". Timestamps on the directoryA files will always be very close to or newer than timestamps on the corresponding directoryB files ( unless they weren't manually backed up, which ultimately becomes my job ). The purpose of the application is to determine which of the directoryB ( backup ) file timestamps are significantly earlier than the timestamps on the corresponding directoryA file. When I say timestamp, I'm presuming a string value which I'll parse into a .timestamp property to compare month/day/year. I wouldn't want to modify the timestamps with this application, just compare.