help.path
From ComputerCraft Wiki
| Returns the list of locations the API will look in for help files. This is returned in the form of a string containing multiple search paths separated by colons. | |
| Syntax | help.path() |
| Returns | string the path list, separated by colons |
| Part of | ComputerCraft |
| API | help |
Examples
| Prints the current path list for the help API. | |
| Code |
print(help.path()) |
| Output | /rom/help |