Shell.path

From ComputerCraft Wiki
Revision as of 02:47, 3 October 2013 by Alekso56 (Talk | contribs) (adding page for shell.path)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Grid Redstone.png  Function shell.path
Returns the path (yes, the normal path you find in computers)
Syntax shell.path()
Returns String_(type)
Part of ComputerCraft
API shell

Examples

Grid paper.png  Example
The path is just a collection of loaded programs on start from native CC,so here's an example with an advanced computer + http enabled.
Code
shell.path()
Output .:/rom/programs:/rom/programs/computer:/rom/programs/http:/rom/programs/color



Grid paper.png  Example
And here's one from a normal computer with http enabled.
Code
shell.path()
Output .:/rom/programs:/rom/programs/computer:/rom/programs/http