File information??

Ian Bicking ianb at colorstudy.com
Fri Jul 4 02:29:46 EDT 2003


On Fri, 2003-07-04 at 00:59, Stan Cook wrote:
> Is there a way to get the file size and modified date of a file?

os.stat(filename).st_size and os.stat(filename).st_mtime

  Ian







More information about the Python-list mailing list