Fast search function to locate a file in a given list of directories.
Return Value
ssCompleteFileName is the filename including the path or an empty string (“”).
Parameters
One or more directories separated by a semi colon ;.
Complete file name without a path, e. g. uniplot.exe.
Example
* search_path(getenv("path"), "latex.exe")
C:\Program Files (x86)\MiKTeX 2.8\miktex\bin\latex.exe
History
| Version | Description |
|---|---|
| 5.14.0 | New |
See also
Overview Files, GetDirectory, GetFileAttributes, getenv, putenv
id-1216897