Mike Orr wrote: > P.stat().mtime and P.lstat().mtime look a lot better than P.mtime() > and P.lmtime() Another thing to consider is that stat() potentially lets you enquire about multiple attributes without making a system call for each one. -- Greg