In <[email protected]> MRAB <[email protected]> writes:
>kj wrote: >> In <[email protected]> MRAB >> <[email protected]> writes: >> >>> If, for example, you're >>> going to copy a file, it's a good idea to check beforehand that there's >>> enough space available for the copy. >> >> How do you do that? >> >There's os.statvfs(...), although that's Unix only. Thanks! kynn -- http://mail.python.org/mailman/listinfo/python-list
