fs.list
From ComputerCraft Wiki
Revision as of 12:03, 28 May 2012 by My hat stinks (Talk | contribs)
| 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