Re: Problem with RevCopyFile
Posted: Wed Jan 19, 2011 12:39 pm
Hi Bernd,
Yes. The link work, getIconToFile work and getShellIcns work also.
I tried this
with this content in fld "fmyAS"
All the best
Jean-Marc
P.S. I need times to think about the moon
Yes. The link work, getIconToFile work and getShellIcns work also.
I tried this
Code: Select all
on ShInPrev
put fld "fmyAS" into appleScriptInit
do appleScriptInit as "applescript"
end ShInPrevThe script open "Aperçu" but no image comeset theFile to "/Applications/ Jeux/Chess.app/Contents/Resources/chess.icns"
tell application "Preview"
open theFile
activate
end tell
All the best
Jean-Marc
P.S. I need times to think about the moon