Loader.fromFile
Loader fromFile(string filename) @trustedConstruct a Loader to load YAML from a file.
Parameters
filename | Name of the file to load from. |
file | Already-opened file to load from. |
Throws
YAMLException if the file could not be opened or read.