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 nothrow
    static if(isFreedesktop)
    string
    findDesktopFile
    (
    string desktopId
    )

See Also

desktopfile.paths.applicationsPaths

Meta