Shell.resolve
From ComputerCraft Wiki
Function shell.resolve | |
Gets the absolute path to the program arg | |
Syntax | shell.resolve(string program/folder arg) |
Returns | string path |
Part of | ComputerCraft |
API | shell |
Examples
Example | |
Finds the program/folder path. when in the folder herpderp/derp/ | |
Code |
shell.resolve("myFolder/hello") |
Output | herpderp/derp/myFolder/hello |