MimeAppsListFile.this

Read mimeapps.list file.

  1. this(string fileName)
    class MimeAppsListFile
    @trusted
    this
    (
    string fileName
    )
  2. 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