shell.programs
From ComputerCraft Wiki
Function shell.programs | |
Returns a table of files in the current directory and in rom/programs. If showHidden is true, will also return files that begin with a period (hidden files). | |
Syntax | shell.programs([boolean showHidden]) |
Returns | table programs |
Part of | ComputerCraft |
API | Shell |
Examples