[This is preliminary documentation and is subject to change.]

Saves object to specified files.

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Save(
	string idxFile,
	string mulFile
)
Public Sub Save ( _
	idxFile As String, _
	mulFile As String _
)
public:
void Save(
	String^ idxFile, 
	String^ mulFile
)

Parameters

idxFile
String
Index file path.
mulFile
String
Data file path.

Remarks

If mulFile differs from currently loaded file, new file is optimized (data file is sorted and without empty entries). Otherwise file must be loaded with write access.

See Also