| Importing using FileSystemContent Interface We are creating CDs using the FileSystemContent Interface but want to be able to burn multiple sessions to the same disk.
I can see that you need to sepcify NBF_CLOSE_SESSION in the burn flags to ensure that you can still continue writing to the disk. However I cant seem to find any way of importing a previous session using the FileSystemContent interface.
Is it possible to import using the FileSystemContent interface?
Or can you only continue a session if you are burining using the ISO Track Classes? We dont really want to have to change over to using the Track classes since we have already written all of the code to successfuly burn CDs using the FileSystemContent interface.
Many thanks for any help you can offer
JAD |