help.setPath
From ComputerCraft Wiki
| Sets a new path for the help API | |
| Syntax | help.setPath(string path) |
| Returns | nil |
| Part of | ComputerCraft |
| API | help |
Examples
| Sets the path of the help API to /disk/help | |
| Code |
help.setPath("/disk/help")
|