Wie kann ich eine Datei herunterzuladen, mithilfe von AppleScript?

Etwas wie:

set the file_tgt to (path to downloads as string) as file specification
    set file_src to "http://my_file.png"
    tell application "URL Access Scripting"
        download file_src to file_tgt
    end tell
  1. Wie bekomme ich den Pfad zu den Standard-Download-Ordner für die Benutzer?
  2. AppleScript nicht, wie der Weg der Konvertierung. Wie kann ich das beheben?
InformationsquelleAutor Roberto Aloi | 2011-09-02
Schreibe einen Kommentar