Re: Disk burning virtual folder problem

2009-10-19 Thread David Cake
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 = @

Re: Disk burning virtual folder problem

2009-10-18 Thread Graham Cox
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