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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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