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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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("/")))