Hello,

I'd like to convert the following shell command to Xojo (MBS) format:
diskutil secureErase 0 /dev/rdisk5

I'm considering trying the DREraseMBS object for this, like that:

de=new DREraseMBS(Device)

de.eraseType=de.DREraseTypeComplete
de.start

(where “de” is a property)

However, this just gives an immediate error (“Can't erase disk”). Not really 
helpful.
And I can't seem to find examples for this class, either in the documentation 
nor in the examples folder.

Am I on the right track?
_______________________________________________
mbsplugins@monkeybreadsoftware.info mailing list
%(list_address)s
https://ml-cgn08.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to