Has anyone tried to burn a data cd from inside a cocoa application? I can't seem to find a way to do it...
Here's what I've tried:
If I (from my app) copy the data to the cd and manually eject it, it asks if I want to burn the cd. So far, so good, but I want it to be totally automated.
So, there's a call in NSWorkspace to unmount and eject removable media, but copying the data to the cd and calling that function doesn't work. (Well, it spits the CD out, it just doesn't burn it!) Obviously, there's another step that has to happen in between that I haven't found yet.
Is there a hidden api call somewhere that someone has found, or am I SOL for this part of my master's project?
Thanks in advance!