spring / pr-downloader

console downloader for spring maps/games written in c++
GNU General Public License v2.0
23 stars 27 forks source link

check for free disk space #96

Closed abma closed 7 years ago

abma commented 7 years ago

before downloading it should be checked if enough disk space is available

https://springrts.com/mantis/view.php?id=5711

abma commented 7 years ago

https://stackoverflow.com/questions/3992171/how-do-i-programmatically-get-the-free-disk-space-for-a-directory-in-linux

https://stackoverflow.com/questions/51658/cross-platform-space-remaining-on-volume-using-python

abma commented 7 years ago

the returned value seems to work on windows + linux: can be added to check if enough space is available BEFORE downloading (+ some additional space)