nextcloud-desktop/shell_integration/MacOSX/check.scpt

10 lines
171 B
Text
Raw Normal View History

tell application "Finder"
try
2014-08-28 17:44:35 +04:00
«event OWNClded»
set the result to 0
on error msg number code
set the result to code
end try
end tell