I'm trying to use VB to write a program that copies a number of files to a CDRW disk that has been formatted for packet writing (Sony 8/4/32). I seem to keep getting errors about 3/4 way through the process. I'm guessing it's a buffer over/underrun problem but VB doesn't seem to have much to check status of the drive/buffer. I check to make sure that the file is fully written before going to the next. Also tried adding a check using the drv.IsReady method. Still, it crashes. Any ideas for a better way to do this and/or add checks to make it work?
Thanks in advance!
Thanks in advance!