help.path
From ComputerCraft Wiki
Revision as of 18:34, 28 November 2012 by AfterLifeLochie (Talk | contribs) (Moved to CAT:APIFunctions)
| Returns the current path for the help API | |
| Syntax | help.path() |
| Returns | string path of help API |
| Part of | ComputerCraft |
| API | help |
Examples
| Prints the current path for the help API | |
| Code |
print(help.path()) |
| Output | /rom/help |