disk.getMountPath
From ComputerCraft Wiki
Revision as of 12:12, 26 February 2012 by Scarfacial (Talk | contribs)
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 |