findDesktopFile

ditto Note: This function retrieves applications paths each time it's called and therefore can impact performance. To avoid this issue use the overload with argument.

  1. string findDesktopFile(string desktopId, Range appsPaths)
  2. string findDesktopFile(string desktopId)
    @trusted
    string
    findDesktopFile
    nothrow
    (
    string desktopId
    )

See Also

desktopfile.paths.applicationsPaths

Meta