hwIPreferenceManager ClearDefaultPreferenceFile
Clears the default preference file.
Syntax
hwIPreferenceManager_handle ClearDefaultPreferenceFile
Application
Tcl
Description
This command clears the default preference file (the current preference file). Once the file has been cleared, the system preference file is automatically selected as the default preference file.
Example
hwi GetSessionHandle sess;
sess GetPreferenceManagerHandle pref;
pref ClearDefaultPreferenceFile;
Error
Success (0) or an error message is returned.
Keywords
Tcl
Preference Manager