AVEVA CAF API Documenation

Directory Property (SettingsManager)
Sets the parent directory into which the settings will be serialized. The defaults to C:\Documents and Settings\'User Name'\Local Settings\Application Data\Aveva\'Application Name'
Syntax
public abstract string Directory {get; set;}
public:
abstract property String^ Directory {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also