dbuenzli / bos

Basic OS interaction for OCaml
http://erratique.ch/software/bos
ISC License
65 stars 16 forks source link

Remove dependency on `conf-which` #53

Closed dbuenzli closed 6 years ago

dbuenzli commented 8 years ago

Parse the PATH environment variable. Check that an executable file exists in one of the directories. Be careful on Windows the PATH variable has different separators. Related to #52.

dbuenzli commented 6 years ago

The API can be seen here.