Hi,
I want to save this image on a local directory with AppleScript (not Automator).
Thanks
Ronald
Many Thanks Tom_X
Bonne journée
Hi rhanot.
Hi Tom_X, no need to use the Finder to find the path of the desktop (or home folder):
set desktopPath to path to desktop as string
tell application "URL Access Scripting" to download "http://img.boursorama.com/cgi-local/graph_intra_simple?&symbole=1rPCAC&b-c=intra1&b-s=&b-lt=&anticache=1133344356" to (desktopPath & "graph_intra_simple.gif")
beep