i'm writing a script to move some files from my external hdd to my internal one, and i want to move files i've only accessed within a variable period of time. the script will know what time frame when it is running, and looks at $file().atime. however, whenever mirc does a lookup on the file's last access time, it appears to be exactly when i look up the $file().atime. any workarounds/suggestions?