If you have pre-created data in memory - just use AddMemory(...) to add memory region content to the file tree. If you're generating data on-the-fly - you can use TrackAtOnceFromPipe(...) for burning, but in such a case you'll have to maintain file system image structures yourself.
mkupka wrote:
Is it possible to do the following?
Write files to a CD/DVD in ISO9660/Joliet format without the files existing on the hard drive?
We would like to be able to stream file data from memory directly to the a file on the CD/DVD disc without first writing the file to the local hard drive.
If this is possible, which methods should we use?
Thanks
Michael Kupka