Fs.getFreeSpace
From ComputerCraft Wiki
Revision as of 19:17, 27 March 2013 by Superaxander (Talk | contribs) (Created page with "Fs.getFreeSpace() get's the free space in bytes of the path you give it == example == <nowiki> --Example Usage of fs.getFreeSpace print(tostring(fs.getFreeSpace("/"))) </no...")
Fs.getFreeSpace() get's the free space in bytes of the path you give it
example
--Example Usage of fs.getFreeSpace print(tostring(fs.getFreeSpace("/")))