fs.list
From ComputerCraft Wiki
Revision as of 17:59, 2 December 2012 by 71.80.179.93 (Talk)
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 |