Fs.getFreeSpace

From ComputerCraft Wiki
Revision as of 19:20, 27 March 2013 by Superaxander (Talk | contribs)

Jump to: navigation, search

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("/"))) }