Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Drive capacity is", fs.getCapacity("/"),"bytes", "while", fs.getFreeSpace("/"),"bytes", "are free.")
- UsedSpace = fs.getCapacity("/")-fs.getFreeSpace("/")
- print("Which means", UsedSpace,"bytes", "are being used.")
Advertisement
Add Comment
Please, Sign In to add comment