help.lookup
From ComputerCraft Wiki
Function help.lookup | |
Looks up the path for a help file using the help.path() directory. | |
Syntax | help.lookup(string topic) |
Returns | string path of help file for topic or nil |
Part of | ComputerCraft |
API | help |
Examples
Example | |
Looks up the path for the disk api | |
Code |
print(help.lookup("disk")) |
Output | /rom/help/disk |