View Single Post
  #699  
Old 16.04.2019, 13:54
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,533
Default

Quote:
Originally Posted by leanhdung View Post
... I tried this one but to no avail ...
Try replacing:
Code:
getPath(link.getDownloadPath()).moveTo("C:/" & myFilePackage);
with:
Code:
getPath(link.getDownloadPath()).moveTo("C:/" + myFilePackage);

If it still does not work, find me in JD Chat. Also note, this will only move non-archive files.
Reply With Quote