help.path
From ComputerCraft Wiki
Revision as of 03:03, 19 June 2012 by Thesbros (Talk | contribs) (It returns the path, it doesn't print it.)
| 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 |