shell.getRunningProgram
From ComputerCraft
Jump to: navigation, search
![]() | This article is incomplete. This is because this page is being written by User:LeoDeveloper. Please help to improve it, or discuss the issue on the talk page. |
shell.getRunningProgram Function | |
---|---|
Syntax shell.getRunningProgram() | |
Returns | string path |
API | shell |
Source | CC:Tweaked |
Returns the running program executed by shell.run.
|
|||
Returns the running program. | |||
Code | shell.getRunningProgram()
|
||
Output | Running program.
|