disk.getMountPath
From ComputerCraft Wiki
Revision as of 11:54, 26 February 2012 by 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...")
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 |