MimeInfoCacheFile.this

Read MIME Cache from file.

  1. this(string fileName)
    class MimeInfoCacheFile
    @trusted
    this
    (
    string fileName
    )
  2. this()
  3. this(IniLikeReader reader, string fileName)

Throws

ErrnoException if file could not be opened. IniLikeException if error occured while reading the file or "MIME Cache" group is missing.

Meta