Click or drag to resize

FileInput Constructor

Creates instance of the class.

Namespace:  Syntactik.Compiler.IO
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public FileInput(
	string fname
)

Parameters

fname
Type: SystemString
Full path name.
See Also