Difference between revisions of "DownloadDir"
(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...) |
|||
Line 1: | Line 1: | ||
− | Adds a folder to the list of folders scanned during DownloadFile scanning | + | Adds a folder to the list of folders scanned during DownloadFile scanning. |
==Usage== | ==Usage== | ||
Line 8: | Line 8: | ||
===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. | ||
+ | # Set the second parameter to ''1'' to recurse this folder, ''0'' otherwise. | ||
==See also== | ==See also== | ||
+ | * [[Advanced file parameters]] | ||
===Similar commands=== | ===Similar commands=== | ||
+ | * [[DownloadFile]] | ||
[[Category:SBI Commands]] | [[Category:SBI Commands]] | ||
[[Category:SBI Commands (current)]] | [[Category:SBI Commands (current)]] | ||
− |
Revision as of 15:57, 17 February 2008
Adds a folder to the list of folders scanned during DownloadFile scanning.
Usage
DownloadDir:[folder],[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.
- Add a fully qualified file path including a trailing backslash as the first parameter.
- Set the second parameter to 1 to recurse this folder, 0 otherwise.