Difference between revisions of "Disk.getMountPath"

From ComputerCraft Wiki
Jump to: navigation, search
m (Moved to CAT:APIFunctions)
Line 13: Line 13:
 
}}
 
}}
 
}}
 
}}
 +
 +
[[Category:API_Functions]]

Revision as of 18:33, 28 November 2012


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