Hi, > Why don't check the "access time", instead of using the "modification time" > for this? At least in UNIX / Linux you can check when a file was accesed last > time.
First of all, in Java you can't. Second, many file systems don't update that value. Regards, Thomas
