Difference between revisions of "Disk.getMountPath"
From ComputerCraft Wiki
Scarfacial (Talk | contribs) |
m (Moved to CAT:APIFunctions) |
||
Line 13: | Line 13: | ||
}} | }} | ||
}} | }} | ||
+ | |||
+ | [[Category:API_Functions]] |
Revision as of 18:33, 28 November 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 |