DesktopFile.this

Reads desktop file from range of IniLikeLines.

  1. this(string fileName, ReadOptions options)
  2. this(Range byLine, ReadOptions options, string fileName)
    class DesktopFile
    @trusted
    this
    (
    Range
    )
    if (
    is(ElementType!Range : IniLikeLine)
    )
  3. this()

Throws

IniLikeException if error occured while parsing.

Meta