disk.getMountPath
From ComputerCraft Wiki
Revision as of 18:33, 28 November 2012 by AfterLifeLochie (Talk | contribs) (Moved to CAT:APIFunctions)
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 |