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   
  1. I downloaded the default How do I get the folder for the user?
  2. AppleScript does not like path conversion, how can I fix it?

    I found your solution:

    1. Set file_tgt (path of download folder as string) & amp; "File.png"

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -