View Single Post
  #590  
Old 16.02.2019, 18:51
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,553
Default

You have to use escape the backslash character:
Code:
var filme = "E:\\HD Filme";

or use (forward) slash as path separator.
Code:
var filme = "E:/HD Filme";

Tried packagizer? You can create rules to set download folder (among other things) based on file size.
Reply With Quote