Sets the FilePath property and loads a project from 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 Load(
	string path
)
Visual Basic (Declaration)
Public Sub Load ( _
	path As String _
)
Visual C++
public:
void Load(
	String^ path
)

Parameters

path
Type: System..::.String
Path of the source file.

See Also