The path to the base directory in which to store all of the storage areas.
Each storage area is stored in a subfolder of the specified directory, where the subfolder name matches the storage area name.
To override the location for a particular storage area, set the FilePath parameter in a configuration section that matches the storage area name (as specified by StorageArea).
Type: | String |
Default: | |
Required: | Yes, unless you set FilePath for every storage area |
Configuration Section: | StorageAreas |
Example: |
The following example creates all storage areas in subfolders of [StorageAreas] StorageArea0=area0 StorageArea1=area1 StorageArea2=area2 ... |
See Also: | FilePath |
|