macOSDownloadFileFinished
Posted: Fri Jun 09, 2023 3:20 am
https://github.com/emily-elizabeth/LC_m ... leFinished
This will bounce the dock folder icon if a file has been downloaded to that folder.
Usage: macOSDownloadFileFinished path
where path is the path to the downloaded file
This will bounce the dock folder icon if a file has been downloaded to that folder.
Usage: macOSDownloadFileFinished path
where path is the path to the downloaded file
Code: Select all
on MouseUp
macOSDownloadFileFinished "/Users/emily-elizabethhoward/Downloads/BlameCanada.png"
end MouseUp