Hello,
I begin in applescript.
I succeed to mount a disc image (.dmg) like this.
do shell script "hdiutil mount " & "/Users/iMac/Desktop/Sauvegardes.dmg
or like this
tell application “DiskImageMounter”
open “/Users/iMac/Desktop/Sauvegardes.dmg”
end tell
I don’t know which line is the best one.
I don’t know how to eject/unmount/close the volume.
Before, I want to copy a folder in the volume, I don’t know how to access it.
Thank you.
Rémy.