DesktopFile.terminal

Whether the program runs in a terminal window.

  1. bool terminal()
    class DesktopFile
    const @safe @nogc nothrow
    bool
    terminal
    ()
  2. bool terminal(bool t)

Return Value

Type: bool

the value associated with "Hidden" key converted to bool using isTrue.

Meta