Perhaps this?

stat = os.stat(self.file_name)
        
file_size = stat[6]


Thank you, 
Andrew Robert 


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to