Difference between revisions of "Disk.getMountPath"
From ComputerCraft Wiki
Scarfacial (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=disk.getMountPath |args=string side |api=disk |returns=string path |addon=ComputerCraft |examples= {{Example |desc=Finds t...") |
Scarfacial (Talk | contribs) |
||
Line 2: | Line 2: | ||
{{Function | {{Function | ||
|name=disk.getMountPath | |name=disk.getMountPath | ||
− | |args=[[string]] side | + | |args=[[string (type)|string]] side |
|api=disk | |api=disk | ||
|returns=[[string (type)|string]] path | |returns=[[string (type)|string]] path |
Revision as of 12:12, 26 February 2012
Function disk.getMountPath | |
No description provided. | |
Syntax | disk.getMountPath(string side) |
Returns | string path |
Part of | ComputerCraft |
API | disk |
Examples
Example | |
Finds the path of the bottom disk drive | |
Code |
print(disk.getMountPath("bottom")) |
Output | disk |