04-24-2006 03:21 PM
How can you programmatically determine if you have a writeable CD in LabVIEW 7.0.
04-25-2006 01:48 PM
04-26-2006 02:45 AM
I am not sure but I don't think even Windows (assuming you're on Windows) knows if the CD you just inserted is writable or not UNTIL you attempt to write something to it. So, one crude method would be to attempt a write.
Regards,
-Khalid
04-26-2006 02:57 AM
hi there
try this: choose any file on the CD, open it with the "Open file" function, set the "Open mode" to "Write only". if you get an error code, the file is write protected (don't know if this works with files on CDs, but i'm quite sure). you don't have to actually write any bytes to the file.