This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
remiX's profile picture

[Questiion] disk.getDiskID(string side )

Started by remiX, 28 October 2012 - 10:58 AM
remiX #1
Posted 28 October 2012 - 11:58 AM
Disk (API) shows that disk.getDiskID("left") returns the unique ID of the floppy disk on the left, but it doesn't work for me. Is this only available in 1.4?

If so, how can I get the specific folder number (aka, id) of a floppy disk in a drive on the left. I've looked and googled around and can't find anything.
faubiguy #2
Posted 28 October 2012 - 01:33 PM
A quick look at the disk API confirms that disk.getDiskID is in 1.45, but not in 1.33
remiX #3
Posted 28 October 2012 - 03:21 PM
A quick look at the disk API confirms that disk.getDiskID is in 1.45, but not in 1.33

Damn :/