Hi,
does anybody know how I can use “CD-Info” to see if the disc is empty or has enough space?
I use VB6, Nero 6.0.0.19 and NeroCom.
Any informations or Source Codes are highly appreciated.
Andy:confused:
Hi,
does anybody know how I can use “CD-Info” to see if the disc is empty or has enough space?
I use VB6, Nero 6.0.0.19 and NeroCom.
Any informations or Source Codes are highly appreciated.
Andy:confused:
You can use FreeCapacityInBlocks property on NeroCDInfo object to get the amount of free space. In a similar fashion, you can use Tracks property to see if there are any tracks. If no tracks, the disc is empty.