DownloadDir: Difference between revisions
Jump to navigation
Jump to search
(New page: Adds a folder to the list of folders scanned during DownloadFile scanning; recursive is 0 or 1. ==Usage== DownloadDir:[folder],[recursive],<advanced file parameters> ===Examples=== Dow...) |
(→Usage: added var types) |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Adds a folder to the list of folders scanned during DownloadFile scanning | {{SbiCmdInfo | ||
|SYNTAX = DownloadDir | |||
|PENAME = SpybotSD.exe | |||
|PEVERSION = 1.5 or later | |||
|GROUP = Files | |||
|MINUPDATE = n/a | |||
|ADVFILEPARAMS = yes (third) | |||
|ADVREGPARAMS = no | |||
|ADVBUILDPARAMS = yes (third) | |||
|ADVSPECIALPARAMS = [[filename]] | |||
}}Adds a folder to the list of folders scanned during DownloadFile scanning. | |||
==Usage== | ==Usage== | ||
DownloadDir: | DownloadDir:<folder(string)>,<recursive(boolean)>[,advanced file parameters] | ||
===Examples=== | ===Examples=== | ||
| Line 8: | Line 18: | ||
===Description=== | ===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. | |||
# Add a fully qualified file path including a trailing backslash as the first parameter. {{PathTemplates}} | |||
# Set the second parameter to ''1'' to recurse this folder, ''0'' otherwise. | |||
# You can specify [[Advanced file parameters|advanced file parameters]] to add these only on special conditions. In this case, you have to add a [[filename]] parameter (which currently can be anything, the advanced file parameters will be used on all files), otherwise the command will be ignored. | |||
===Scan Results=== | |||
None, this is a passive command affecting the [[DownloadFile]] scan at the end of the full scan. | |||
==See also== | ==See also== | ||
* [[Advanced file parameters]] | |||
* [[Path templates]] | |||
===Similar commands=== | ===Similar commands=== | ||
* [[DownloadFile]] | |||
[[Category:SBI Commands]] | [[Category:SBI Commands]] | ||
Latest revision as of 16:12, 22 February 2008
| DownloadDir | |
| Group | Files |
| Main Application | Version 1.5 or later |
| Required Update | n/a |
| File Parameters | yes (third) |
| Registry Parameters | no |
| Build Parameters | yes (third) |
| Special Parameters | filename |
Adds a folder to the list of folders scanned during DownloadFile scanning.
Usage
DownloadDir:<folder(string)>,<recursive(boolean)>[,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.
- Add a fully qualified file path including a trailing backslash as the first parameter. PT
- Set the second parameter to 1 to recurse this folder, 0 otherwise.
- You can specify advanced file parameters to add these only on special conditions. In this case, you have to add a filename parameter (which currently can be anything, the advanced file parameters will be used on all files), otherwise the command will be ignored.
Scan Results
None, this is a passive command affecting the DownloadFile scan at the end of the full scan.