Shell.setPath
From ComputerCraft Wiki
| Sets the working path. | |
| Syntax | shell.setPath(string path) |
| Returns | nil |
| Part of | ComputerCraft |
| API | shell |
Examples
Additional Notes
- It does not output anything, it just sets the path.
| Sets the working path. | |
| Syntax | shell.setPath(string path) |
| Returns | nil |
| Part of | ComputerCraft |
| API | shell |