DesktopEntry.execValue

Exec value of desktop file.

  1. string execValue()
    class DesktopEntry
    @safe
    string
    execValue
    const nothrow pure
    (
    )
  2. string execValue(string exec)

Return Value

Type: string

The unescaped value associated with "Exec" key.

See Also

expandExecValue, startApplication, tryExecValue

Meta