walter wrote: > import stat; os.stat("foo")[stat.ST_MTIME] --> os.stat("foo").st_mtime or, nicer: os.path.getmtime("foo") </F>