Saves the settings of the current project.

[VBScript]
Public Sub SaveSettings( _
   ByVal settings As Object _
)
[JScript]
public function SaveSettings(
   settings : Object
);

Parameters

settings
The filename of the project file to save.

Remarks

Call this method to load the settings from a Help Producer project file.

See Also

Project Object | Project Members | HelpProducer Namespace