Module findexecutable
Searching for executable files in system paths.
Functions
Name | Description |
---|---|
binPaths()
|
System paths where executable files can be found. |
executableExtensions()
|
Default executable extensions for the current system. |
findExecutable(fileName, paths, extensions)
|
Find executable by fileName in the paths. |
findExecutable(fileName, paths)
|
ditto, but on Windows when fileName extension is omitted, executable extensions are appended during search. |
findExecutable(fileName)
|
ditto, but searches in system paths, determined by PATH environment variable. On Windows when fileName extension is omitted, executable extensions are appended during search. |