help.path
From ComputerCraft Wiki
Revision as of 19:53, 23 April 2013 by Hawk777 (Talk | contribs) (Update description and use type template)
![]() | |
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 |