fs.list
From ComputerCraft Wiki
Revision as of 18:08, 2 December 2012 by AfterLifeLochie (Talk | contribs) (Both pairs and ipairs will iterate hidden files.)
Function fs.list | |
Returns a list of all the files contained in a directory, in table format | |
Syntax | fs.list(string path) |
Returns | table list of files and folders in path, which must be a directory |
Part of | ComputerCraft |
API | fs |