shell.path

The Shellpath is a list of folders, where the shell are searching for programs. The directories are separated with :.

ExampleGet the Shellpath
Print the Shellpath.
Code
<nowiki>
print(shell.path())
  </nowiki>
Output .:/rom/programs:/rom/programs/advanced:/rom/programs/rednet:/rom/programs/fun:/rom/programs/fun/advanced:/rom/programs/http

shell.path
Function
Syntax
shell.path()
Returns string
API shell
Source CC:Tweaked (source)

Returns the Shellpath.

This article is issued from Computercraft. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.