fs.list
From ComputerCraft Wiki
Revision as of 19:45, 6 July 2012 by 76.120.51.75 (Talk) (Undo revision 1967 by 91.121.27.33 (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 |
Examples