DesktopFile.this

Reads desktop file from IniLikeReader, e.g. acquired from iniLikeFileReader or iniLikeStringReader.

  1. this(string fileName, DesktopReadOptions options = DesktopReadOptions.init)
  2. this(IniLikeReader reader, DesktopReadOptions options = DesktopReadOptions.init, string fileName = null)
    class DesktopFile
    this
    (
    IniLikeReader
    )
  3. this(IniLikeReader reader, string fileName, DesktopReadOptions options = DesktopReadOptions.init)
  4. this()

Throws

inilike.file.IniLikeReadException if error occured while parsing or "Desktop Entry" group is missing.

Meta