Directory Lists are reusable lists of directories.
From the main page you can:
Clicking New (
) or Properties (
) displays the Directory List Properties window.
The name and description of the directory list.
Type the directory(s) that are going to be on your list. Only put one directory per line.
The following table describes the syntax available for defining Directory Lists:
| Directory | Format | Description | Examples |
| Directory | DIRECTORY | Includes all files in the specified directory and all files in all subdirectories. | C:\Program Files\ Includes all files in the "Program Files" directory and all subdirectories. |
| Network Resource | \\NETWORK RESOURCE | Includes files on a computer included as a network resource on a targeted computer. | \\12.34.56.78\ \\some-comp-name\ Includes all files on a network resource identified using an IP or a hostname. Does not include sub-directories. \\12.34.56.78\somefolder\ \\some-comp-name\somefolder\ Includes all files in the folder "somefolder" on a network resource identified using an IP or a hostname. Does not include sub-directories. |
| Directory with wildcard (*) | DIRECTORY\*\ | Includes any subdirectories with any subdirectory name, but does not include the files in the specified directory. | C:\abc\*\ Includes all files in all subdirectories of "abc" but does not include the files in the "abc" directory. C:\abc\wx*z\ Matches: C:\abc\wxz\ C:\abc\wx123z\ Does not match: C:\abc\wxz C:\abc\wx123z C:\abc\*wx\ Matches: C:\abc\wx\ C:\abc\123wx\ Does not match: C:\abc\wx C:\abc\123wx |
| Directory with wildcard (*) | DIRECTORY\* | Includes any subdirectories with a matching name, but does not include the files in that directory and any subdirectories. | C:\abc\* Matches: C:\abc\ C:\abc\1 C:\abc\123 Does not match: C:\abc C:\abc\123\ C:\abc\123\456 C:\abx\ C:\xyz\ C:\abc\*wx Matches: C:\abc\wx C:\abc\123wx Does not match: C:\abc\wx\ C:\abc\123wx\ C:\abc\wx*z Matches: C:\abc\wxz C:\abc\wx123z Does not match: C:\abc\wxz\ C:\abc\wx123z\ C:\abc\wx* Matches: C:\abc\wx C:\abc\wx\ C:\abc\wx12 C:\abc\wx12\345\ C:\abc\wxz\ Does not match: C:\abc\wx123z\ |
| Environment variable | ${ENV VAR} | Includes all files and subdirectories defined by an environment variable with the format ${ENV VAR}. For a Virtual Appliance, the value pairs for the environment variable must be defined in System Setting > Computers Tab > Environment Variable Overrides. | ${windir} If the variable resolves to "c:\windows", Includes all the files in "c:\windows" and all its subdirectories. |
| Comments | DIRECTORY #Comment | Allows you to add comments to your inclusion definitions. | c:\abc #Include the abc directory |
The Assigned To tab lists the rules making use of this directory list. Clicking the names of the rules displays their Properties window.