MimeAppsListFile.this

Read MIME type associations from inilike.range.IniLikeReader, e.g. acquired from inilike.range.iniLikeFileReader or inilike.range.iniLikeStringReader.

  1. this(string fileName, ReadOptions readOptions)
  2. this(IniLikeReader reader, string fileName, ReadOptions readOptions)
    class MimeAppsListFile
    this
    (
    IniLikeReader
    )
    (
    IniLikeReader reader
    ,
    string fileName = null
    ,
    ReadOptions readOptions = ReadOptions.init
    )
  3. this()

Throws

inilike.file.IniLikeReadException if error occured while parsing or "MIME Cache" group is missing.

Meta