gpt4 book ai didi

macos - 使用 AppleScript 为文件设置标签

转载 作者:行者123 更新时间:2023-12-01 10:09:52 25 4
gpt4 key购买 nike

我正在尝试使用以下代码使用 AppleScript 在文件上放置彩色标签:

set theFile to "HDD:Path:to:the:file.ext"

tell application "Finder"
set label of file theFile to 3
end tell

但是当我在终端中使用 osascript theScript.scpt 运行它时,我收到以下错误:

theScript.scpt:144:178: execution error: Finder got an error: Can't set label of document file "file.ext" of folder "the " of folder "to" of folder "Path" of startup disk to 3. (-10006)

关于我遇到问题的原因以及如何解决问题有什么想法吗?

最佳答案

它应该被编码为一个label index而不是一个label并且它需要是一个alias:

set theFile to "HDD:Path:to:the:file.ext" as alias
tell application "Finder" to set label index of theFile to 3

关于macos - 使用 AppleScript 为文件设置标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6250691/

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