At 2:58 PM +1100 19/10/09, Graham Cox wrote:
On 19/10/2009, at 9:58 AM, David Cake wrote:
DRFolder *rootFolder = [DRFolder folderWithPath:[self burnDirPath]]
^^^ rootFolder
[rootFolder makeVirtual];
and then I try to add some other files to the contents of this directory
NSURL *source = @
On 19/10/2009, at 9:58 AM, David Cake wrote:
DRFolder *rootFolder = [DRFolder folderWithPath:[self burnDirPath]]
^^^ rootFolder
[rootFolder makeVirtual];
and then I try to add some other files to the contents of this
directory
NSURL *source = @"/Volumes/AValidVolumeName"
NSFileManager
I'm having a problem with some disk burning code that has me baffled.
It works fine on my main development machine, I take it to a second
machine (even if I build and run it from within XCode on a second
machine) and it mysteriously fails.
I create a burn folder and make it virtual
DRFolder *r