disk.getMountPath

From ComputerCraft Wiki
Revision as of 12:12, 26 February 2012 by Scarfacial (Talk | contribs)

Jump to: navigation, search


Grid Redstone.png  Function disk.getMountPath
No description provided.
Syntax disk.getMountPath(string side)
Returns string path
Part of ComputerCraft
API disk

Examples

Grid paper.png  Example
Finds the path of the bottom disk drive
Code
print(disk.getMountPath("bottom"))
Output disk