Question

I ran into a huge problem with my AIR project today (I'm using new AIR 2 beta SDK). Is it possible at all to unmount a flash drive from inside the AIR app on Mac OS X? I can't find any solutions. Thanks!

Was it helpful?

Solution

Figured it out myself. Use NativeProcess class to run diskutil unmount Unix command.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top