fs.list
From ComputerCraft Wiki
Revision as of 18:54, 21 April 2013 by Hawk777 (Talk | contribs) (Clarify description of return value)
Function fs.list | |
Returns a list of all the files (including subdirectories) contained in a directory, as a numerically indexed table. | |
Syntax | fs.list(string path) |
Returns | table list of files and folders in path, which must be a directory |
Part of | ComputerCraft |
API | fs |