shell.dir
From ComputerCraft Wiki
Function shell.dir | |
Returns the path to the currently running directory. | |
Syntax | shell.dir() |
Returns | Current Directory |
Part of | ComputerCraft |
API | shell |
Examples
Example | |
Code |
shell.dir() |
Output | Path of the active directory. |