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