DownloadDir: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
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. | 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. | # 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. | # 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, otherwise the command will be ignored. | |||
==See also== | ==See also== | ||
Revision as of 16:27, 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. 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, otherwise the command will be ignored.