help.path

From ComputerCraft Wiki
Jump to: navigation, search


Grid Redstone.png  Function help.path
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

Grid paper.png  Example
Prints the current path list for the help API.
Code
print(help.path())
Output /rom/help