[EMAIL PROTECTED] wrote:
> A little somehting I rigged up when I found the Python call to be Linux
> specific:

os.stat isn't Linux-specific, isn't even Unix-specific, works just fine
under Windows. Under Windows you don't have sparse files though, so there
are no fields which give you the block-size of the device or the
block-count of a file, just the st_size field which gives you the data size
of the file.

--- Heiko.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to