help.path

From ComputerCraft Wiki
Revision as of 19:53, 23 April 2013 by Hawk777 (Talk | contribs) (Update description and use type template)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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