fs.list
From ComputerCraft Wiki
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 |