Cross-platform space remaining on volume using python
Posted
by Justin Waddell
on Stack Overflow
See other posts from Stack Overflow
or by Justin Waddell
Published on 2008-09-09T11:36:39Z
Indexed on
2010/04/25
16:23 UTC
Read the original article
Hit count: 240
I need a way to determine the space remaining on a disk volume using python on linux, Windows and OS X. I'm currently parsing the output of the various system calls (df, dir) to accomplish this - is there a better way?
© Stack Overflow or respective owner