Page 1 of 1

macOSDownloadFileFinished

Posted: Fri Jun 09, 2023 3:20 am
by Emily-Elizabeth
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

Code: Select all

on MouseUp
   macOSDownloadFileFinished "/Users/emily-elizabethhoward/Downloads/BlameCanada.png"
end MouseUp

Re: macOSDownloadFileFinished

Posted: Wed Jul 12, 2023 9:43 pm
by PaulDaMacMan
Emily-Elizabeth wrote:
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

Code: Select all

on MouseUp
   macOSDownloadFileFinished "/Users/emily-elizabethhoward/Downloads/BlameCanada.png"
end MouseUp
Nice, thanks for sharing.