disk.getLabel
From ComputerCraft Wiki
Revision as of 14:26, 24 June 2012 by Wukl (Talk | contribs) (Undo revision 1795 by 37.59.80.67 (talk))
Function disk.getLabel | |
No description provided. | |
Syntax | disk.getLabel(string side) |
Returns | string disk label |
Part of | ComputerCraft |
API | disk |
Examples
Example | |
Checks for data saved on the disk in the bottom drive | |
Code |
print(disk.getLabel("bottom")) |
Output | Floppy --Output changes according to the disk label |