View Single Post
  #2056  
Old 16.12.2021, 04:37
mrjjones mrjjones is offline
Vacuum Cleaner
 
Join Date: Nov 2021
Posts: 17
Default

Quote:
Originally Posted by bingo View Post
hi , can anyone help me with a script that opens the download directory as soon as the download finishes ?

and if many people want this , can you add it to jd's settings ?
This works for me in windows with a "A Download stopped" trigger:

var path = getPath(link.package.downloadFolder)
callSync("explorer.exe",path);
Reply With Quote