Shell.resolveProgram
From ComputerCraft Wiki
Revision as of 02:16, 14 July 2013 by Mitterdoo (Talk | contribs) (Created page with "{{Function |name=shell.resolveProgram |args=string program |api=shell |returns=string path |addon=ComputerCraft |examples={{Example |desc=Gets the absolute pat...")
Function shell.resolveProgram | |
No description provided. | |
Syntax | shell.resolveProgram(string program) |
Returns | string path |
Part of | ComputerCraft |
API | shell |
Examples
Example | |
Gets the absolute path to the program | |
Code |
shell.resolveProgram("hello") |
Output | rom/programs/computer/hello |