Re: Format Drive as FAT in Cocoa (XCode)
Re: Format Drive as FAT in Cocoa (XCode)
- Subject: Re: Format Drive as FAT in Cocoa (XCode)
- From: "I. Savant" <email@hidden>
- Date: Fri, 13 Jul 2007 17:14:23 -0400
On Jul 13, 2007, at 4:31 PM, Tom wrote:
I have been poking through the Cocoa reference manuals
looking for a "simple" way to format at disc as FAT32
... or any other format OS X supports and I can't seem
to find any reference to that topic. I know there are
methods for formating CDs and DVDs (ISO, UDF, etc.)
... is there a similar API for handling the formatting
of other discs?
Probably because this really has nothing to do with Cocoa. Ask
yourself "how would I format a disk as 'x' format on OS X in general"
and you'll come across Disk Utility or its command line interface. If
you want to drive this from within a Cocoa app, I'd recommend the
command line interface (via NSTask).
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden