Loader.fromFile

Construct a Loader to load YAML from a file.

  1. Loader fromFile(string filename)
    struct Loader
    static @trusted
    fromFile
    (
    string filename
    )
  2. Loader fromFile(File file)

Throws

YAMLException if the file could not be opened or read.

Meta