findExecutable

ditto, but searches in system paths, determined by PATH environment variable.

  1. string findExecutable(string fileName, Range paths)
  2. string findExecutable(string fileName)
    @safe nothrow
    string
    findExecutable
    (
    string fileName
    )

See Also

binPaths

Meta