Loads a file.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

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

Parameters

fileName
Type: System..::.String
The input file to load.

Remarks

Loads the contents of the fileName parameter into the Contents property. Sets the Name and FileType properties. If the file type cannot be determined, the FileType property will be set to Invalid.

See Also