On Saturday 07 February 2004 17:42, Kirk Bailey wrote: > How to I read the age of a file? Un*x (FreeBSD) environment. the canonical answer is with 'stat'. In python this lives in os.stat().