Ejecting volume on Mac OS X
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Ejecting volume on Mac OS X
I'm developing a kiosk where someone plugs in an MP3 Player. After they do something, I want to programmatically eject that volume so they don't get the OS message when they unplug it. Can I do that in Revolution?
Re: Ejecting volume on Mac OS X
Hi jwbuzz,
you can do this with the SHELL command "umount"
Open the terminal and type:
man umount
to get more info about the necessary parameters.
Best
Klaus
you can do this with the SHELL command "umount"
Open the terminal and type:
man umount
to get more info about the necessary parameters.
Best
Klaus