Multiple disks
Hi, How do i write multiple disks using IMAPIV2 . i.e. data (ISO) to be wirtten is bigger than the dvd size. when the DVD gets full user should be asked to insert another disk ?
Thanks in Advance
Hi, How do i write multiple disks using IMAPIV2 . i.e. data (ISO) to be wirtten is bigger than the dvd size. when the DVD gets full user should be asked to insert another disk ?
Thanks in Advance
An ISO file is an entire disc image that contains both the file system metadata and the file themselves. Typically the file system metadata cannot be separated from the file data itself. You accordingly cannot span this over multiple volumes.
Are you actually writing an ISO image or do you instead look to write some file and directories which total size exceed the capacity of a single media?