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.")
- term.setTextColor(colors.green)
- print("Use 'dir' to explore the structure of your hard drive!")
- term.setTextColor(colors.white)
Add Comment
Please, Sign In to add comment