See http://www.python.org/doc/2.4.2/lib/os-file-dir.html for the 'stat'
function

import os
os.stat(path).st_size

This will return the size in bytes of the file designated by 'path'.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to