IniLikeFile.this

Read from file.

  1. this()
  2. this(string fileName)
    class IniLikeFile
    @safe
    this
    (
    string fileName
    )
  3. this(IniLikeReader reader, string fileName)

Throws

ErrnoException if file could not be opened. IniLikeException if error occured while reading the file.

Meta