Difference between revisions of "DownloadDir"

From SpybotWiki
Jump to: navigation, search
Line 2: Line 2:
  
 
==Usage==
 
==Usage==
  DownloadDir:[folder],[recursive],<advanced file parameters>
+
  DownloadDir:<folder>,<(boolean)recursive>[,advanced file parameters]
  
 
===Examples===
 
===Examples===
Line 16: Line 16:
 
==See also==
 
==See also==
 
* [[Advanced file parameters]]
 
* [[Advanced file parameters]]
 +
* [[Path templates]]
 
   
 
   
 
===Similar commands===
 
===Similar commands===

Revision as of 10:37, 18 February 2008

Adds a folder to the list of folders scanned during DownloadFile scanning.

Usage

DownloadDir:<folder>,<(boolean)recursive>[,advanced file parameters]

Examples

DownloadDir:"C:\Test\","1"

Description

This command adds a folder to the list of folders scanned at the end of the regular scan for any files defines by the DownloadFile command.

  1. Add a fully qualified file path including a trailing backslash as the first parameter. PT
  2. Set the second parameter to 1 to recurse this folder, 0 otherwise.
  3. You can specify advanced file parameters to add these only on special conditions. In this case, you have to add a filename parameter, otherwise the command will be ignored.

See also

Similar commands