DesktopEntry.tryExecValue

Value used to determine if the program is actually installed.

If the path is not an absolute path, the file should be looked up in the PATH environment variable. If the file is not present or if it is not executable, the entry may be ignored (not be used in menus, for example).

  1. string tryExecValue()
    class DesktopEntry
    @safe
    string
    tryExecValue
    const nothrow pure
    (
    )
  2. string tryExecValue(string tryExec)

Return Value

Type: string

The unescaped value associated with "TryExec" key.

See Also

Meta