Hello Support,
1) I am using StarBurnX. Studying DataBurner VB.NET sample.
2) Can we add files from Removable CD/DVD media like CD/DVD device? Yes in current sample it does add those files.
3) But then if the source CD/DVD device is removed then Application crashes. Burn process aborted automatically.
4) I think, it will be better if these files will be skipped while adding only and prompting user to copy these files on File System and then add for burning.
5) Other wise you might be getting errors but could not figure out the source. Why?
Can this be implemented? I think while addition of each file to object you can check for it's root directory by IO.Path.GetRootDirectory(filePath) and then proceed further.
Am I clear with my suggestion? Thank you in advance.