On Jul 15, 2008, at 7:44 AM, J. Todd Slack wrote:
[burn setArguments:[NSArray arrayWithObjects:@"burn",imagePath,burnVerify,@"-speed",burnSpeed,@"- verbose",@"-noforceclose",@"-device",drivePath,nil]];
My first guess is that the burnVerify syntax has changed. Glancing at the man page for hdiutil makes no mention of it. I'd suggest you start by confirming that the arguments your using work properly on the command line, and correct until they do. If that's not working, why don't you include a full breakdown of what your passing on the command line, what drive your writing to, etc.
-Kevin Elliott DTS Engineer [EMAIL PROTECTED] _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
