Perhaps this?
stat = os.stat(self.file_name)
file_size = stat[6]Thank you, Andrew Robert _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
Perhaps this?
stat = os.stat(self.file_name)
file_size = stat[6]Thank you, Andrew Robert _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor