In 60, I had a small routine that would check to see if a CD was inserted in a drive.
If the disk was in, a value of "0" was returned.
If not a value of "-1" indicated the disk was not in drive.
This worked pretty good for me. However....since upgrading to 70, every CD is returning a value of "-1" whether or not a disk is in the drive.
Could I ask someone to confirm this for me?
?DISKSPACE("A:"
&& works fine
?DISKSPACE("C:"
&& works fine
?DISKSPACE("E:"
&& fails && WHERE DRIVE E IS THE CD
Any alts for this new "feature"?
Regards - Wayne
...all this and tap dancing too!
If the disk was in, a value of "0" was returned.
If not a value of "-1" indicated the disk was not in drive.
This worked pretty good for me. However....since upgrading to 70, every CD is returning a value of "-1" whether or not a disk is in the drive.
Could I ask someone to confirm this for me?
?DISKSPACE("A:"
?DISKSPACE("C:"
?DISKSPACE("E:"
Any alts for this new "feature"?
Regards - Wayne
