"Sullivan WxPyQtKinter" <[EMAIL PROTECTED]> writes: > 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? > > Sorry for this stupid question, if it is.
pydoc os and then look for "stat"... In "stat_result" there's a description of the tuple you'll get. -- Jorge Godoy <[EMAIL PROTECTED]> "Quidquid latine dictum sit, altum sonatur." - Qualquer coisa dita em latim soa profundo. - Anything said in Latin sounds smart. -- http://mail.python.org/mailman/listinfo/python-list