Difference between revisions of "Fs.list"
From ComputerCraft Wiki
(Undo revision 1967 by 91.121.27.33 (talk)) |
m (Moved to CAT:LuaCoreFunctions) |
||
Line 18: | Line 18: | ||
}} | }} | ||
}} | }} | ||
+ | |||
+ | [[Category:Lua_Core_Functions]] |
Revision as of 18:46, 28 November 2012
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 |