Re: reformat drive to HFS via API

2010-05-25 Thread John Johnson
The DiskManagement.framework is a private framework. Short of creating your own API using low-level disk access, diskutil may be your best bet. > I would like to be able to reformat a flash drive from control application, > but it appears that there is no public API that allows this kind access.

Re: reformat drive to HFS via API

2010-05-25 Thread Jens Alfke
On May 25, 2010, at 12:44 PM, r c wrote: > I would like to be able to reformat a flash drive from control application, > but it appears that there is no public API that allows this kind access. Am > I missing something in the documentation? Or do I do something like call out > to diskutil to

reformat drive to HFS via API

2010-05-25 Thread r c
I would like to be able to reformat a flash drive from control application, but it appears that there is no public API that allows this kind access. Am I missing something in the documentation? Or do I do something like call out to diskutil to make it happen? Rich Collyer