SMCParser.ParseFile Method

Parses an SMC file.

SMCError ParseFile(const char[] file, int& line, int& col)

Parameters

const char[] file

A string containing the file path.

int& line

An optional variable to store the last line number read.

int& col

An optional variable to store the last column number read.

Return Value

An SMCParseError result.