The File State Manager is a State Manager that saves the state for one project to a file. The filename should be stored in either the working directory for the project or in the explicitly specified directory. The filename will match the project name, but will have the extension .state.
Examples
Minimalist example:
Full example:
<state type="state" directory="C:\CCNetState" />
Configuration Elements:
| Node |
Description |
Type |
Required |
Default |
| directory |
The directory to save the state file to |
string |
false |
The directory CCNet was launched from |