How can I download a file using AppleScript? -
Something like this:
file_tgt (the path of downloading as string) file Set the form specification set file_src "http: //my_file.png" to download the application "URL access scripting" file_src to file_tgt end - I downloaded the default How do I get the folder for the user?
- AppleScript does not like path conversion, how can I fix it?
I found your solution:
-
-
Set file_tgt (path of download folder as string) & amp; "File.png"
Comments
Post a Comment