Difference between revisions of "Shell.setDir"
From ComputerCraft Wiki
Jonjon1234 (Talk | contribs) (Created page with "{{NeedsWork|Function is added, I'll expand tommorow when I can test ingame. basically, the page needs expanding. It will be tagged until I can finish it. ~~~~}} {{Function |...") |
m ("she'll" -> "shell" (API typo)) |
||
Line 4: | Line 4: | ||
|name=shell.setDir | |name=shell.setDir | ||
|args=[[string]] directory | |args=[[string]] directory | ||
− | |api= | + | |api=shell |
|returns=[[nil]] | |returns=[[nil]] | ||
|addon=ComputerCraft | |addon=ComputerCraft |
Revision as of 20:23, 9 December 2012
This page needs some serious TLC, stat! Please help us by cleaning it, fixing it up, or sparing it some love.
(Reason: Function is added, I'll expand tommorow when I can test ingame. basically, the page needs expanding. It will be tagged until I can finish it. Jonjon1234 16:36, 9 December 2012 (MSK)) |
Function shell.setDir | |
Sets the running directory. | |
Syntax | shell.setDir(string directory) |
Returns | nil |
Part of | ComputerCraft |
API | shell |
Examples
Examples go here (use Template:Example)Additional Notes
- Note 1
* Note 2