DesktopFile.startApplication

ditto, but uses the only url.

  1. Pid startApplication(string[] urls, string locale, const(string)[] terminalCommand)
  2. Pid startApplication(string url, string locale, const(string)[] terminalCommand)
    class DesktopFile
    @trusted const
    Pid
    startApplication
    (
    string url
    ,
    string locale = null
    ,
    lazy const(string)[] terminalCommand = getTerminalCommand
    )

Meta