[Tutor] How to check a files size

Andrew Robert andrew.arobert at gmail.com
Thu Jun 29 00:27:26 CEST 2006


Perhaps this?

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


Thank you, 
Andrew Robert 




More information about the Tutor mailing list