help.path
From ComputerCraft Wiki
Revision as of 04:01, 27 February 2012 by Scarfacial (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=help.path |args= |api=help |returns=string path of help API |addon=ComputerCraft |examples= {{Example |desc=Prints the current...")
Function help.path | |
No description provided. | |
Syntax | help.path() |
Returns | string path of help API |
Part of | ComputerCraft |
API | help |
Examples
Example | |
Prints the current path for the help API | |
Code |
print(help.path()) |
Output | /rom/help |