Hi,

How can I find out the size of a file in a disk in python?

i try this, but it does not work:
 size = open(inputFileNameDir + "/" + file, 'r').size()

Thank for any help.

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

Reply via email to