gpt4 book ai didi

cocoa - 在 Applescript 中删除文件而不播放声音?

转载 作者:行者123 更新时间:2023-12-03 17:26:47 24 4
gpt4 key购买 nike

tell application "Finder"
set deletedfile to alias "Snow Leopard:Users:test.pdf"
delete deletedfile
end tell

问题是我从 Cocoa 应用程序中重复调用此脚本,因此声音也会重复播放。是否可以禁用该声音?

最佳答案

由于垃圾箱只是您主文件夹中的一个不可见文件夹,您可以执行此操作...

set myFile to (path to desktop folder as text) & "myFile.txt"
set trashFolder to path to trash folder from user domain

do shell script "mv " & quoted form of POSIX path of myFile & space & quoted form of POSIX path of trashFolder

关于cocoa - 在 Applescript 中删除文件而不播放声音?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2918120/

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