Shell.path
From ComputerCraft Wiki
Function shell.path | |
Returns the path (yes, the normal path you find in computers) | |
Syntax | shell.path() |
Returns | string path |
Part of | ComputerCraft |
API | shell |
Examples
Example | |
And here's one from a normal computer with http enabled. | |
Code |
shell.path() |
Output | .:/rom/programs:/rom/programs/computer:/rom/programs/http |