"Sullivan WxPyQtKinter" wrote: > How to get the length of a file via build-in file object support? In > Visual Basic there is len(file) of something like that. But in python, > where is this property?
import os size = os.path.getsize(filename) </F> -- http://mail.python.org/mailman/listinfo/python-list