Sets the FilePath property and saves the project into a FCL-like XML file.

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

Syntax

C#
public void Save(
	string path
)
Visual Basic (Declaration)
Public Sub Save ( _
	path As String _
)
Visual C++
public:
void Save(
	String^ path
)

Parameters

path
Type: System..::.String
Path of the destination document.

See Also