MimeAppsListFile.this

Read mimeapps.list file.

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

Throws

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

Meta