Fs.getFreeSpace
From ComputerCraft Wiki
Revision as of 19:20, 27 March 2013 by Superaxander (Talk | contribs)
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("/"))) }