当前位置:网站首页>Apple script

Apple script

2022-07-05 07:32:00 2020 Java interview

// Created service storage location
/Users/ice/Library/Services

// Created " Folder operation storage location "
// Trigger time of folder operation : When a file is added to the specified folder
/Users/ice/Library/Workflows/Applications/Folder Actions

// Turn on automatically D Catalog
tell application “Finder”
activate
make new Finder window at the target of the front Finder window to (POSIX file “/D”)
end tell

原网站

版权声明
本文为[2020 Java interview]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202140554242018.html