help.setPath

Sets the colon-seperated list of directories where help files are searched for to newPath

ExampleSet help path to `/rom/help`
Prints "/:/rom/help".
Code
<nowiki>
help.setPath("/:/rom/help")
print(help.path())
</nowiki>
Output /:/rom/help

help.setPath
Function
Syntax
help.setPath(
  • newPath : string
)

Returns nil
API Help
Source CC:Tweaked
This article is issued from Computercraft. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.