Find path for a (or FilePath.init if not found) in pathVariableName. TODO: Add caching of result and detect changes via inotify.
assert(findExecutable(FileName("ls")) == FilePath("/usr/bin/ls"));
See Implementation
Find path for a (or FilePath.init if not found) in pathVariableName. TODO: Add caching of result and detect changes via inotify.