bool parseFromFile(string fileName)/enmlFile

Fills the entire enml-file with enml-entities parsed from an ansi-enconded text file.

enmlFile f;
f.parseStringFromFile(GetResourceDirectory() + "sample.enml");

print(f.get("myCar", "name"));
print(f.get("theWall", "artist"));

If the parsing fails this method returns false.