parseFile


Description:

public static TomlValue? parseFile (Path path)

Parses TOML file into TOML value tree.

Parameters:

path

TOML file path.

Returns:

root table value or null when read/parse failed.