gpt4 book ai didi

applescript - 如何使用 AppleScript 下载文件?

转载 作者:行者123 更新时间:2023-12-02 11:39:58 25 4
gpt4 key购买 nike

类似于:

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. 如何获取用户默认下载文件夹的路径?
  2. AppleScript 不喜欢路径转换。我该如何解决这个问题?

最佳答案

我自己找到了解决方案:

  1. Use "path to downloads folder"
  2. 将 file_tgt 设置为(下载文件夹的路径为字符串)&“file.png”

关于applescript - 如何使用 AppleScript 下载文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7280585/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com