Difference between revisions of "Shell.getRunningProgram"
From ComputerCraft Wiki
(Added more information) |
m (Moved to CAT:APIFunctions) |
||
| Line 12: | Line 12: | ||
}} | }} | ||
}} | }} | ||
| + | |||
| + | [[Category:API_Functions]] | ||
Latest revision as of 18:38, 28 November 2012
| Returns the path of the currently running shell or program. | |
| Syntax | shell.getRunningProgram() |
| Returns | Path of the currently running program |
| Part of | ComputerCraft |
| API | shell |
Examples
| Returns the path of the currently running shell or program. | |
| Code |
shell.getRunningProgram() |