Difference between revisions of "Shell.path"
From ComputerCraft Wiki
(adding page for shell.path) |
|||
Line 3: | Line 3: | ||
|args= | |args= | ||
|api=shell | |api=shell | ||
− | |returns= | + | |returns={{type|string}} path |
|addon=ComputerCraft | |addon=ComputerCraft | ||
|desc=Returns the path (yes, the normal path you find in computers) | |desc=Returns the path (yes, the normal path you find in computers) |
Latest revision as of 03:00, 3 October 2013
![]() | |
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 |