DesktopEntry.workingDirectory

The working directory to run the program in.

  1. string workingDirectory()
    class DesktopEntry
    @safe
    string
    workingDirectory
    const nothrow pure
    (
    )
  2. string workingDirectory(string wd)

Return Value

Type: string

The unescaped value associated with "Path" key.

Meta