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