Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 849 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 849 Bytes

Find executable

D library for finding executable files using PATH environment variable.

Build Status

Originally this was a part of standardpaths library. But I found need in this kind of functionality in my other projects that don't depend on standardpaths.

Online documentation

Examples

Takes the name of executable as command line argument and searches PATH environment variable for retrieving absolute path to file. On Windows it also tries all known executable extensions.

dub examples/find.d whoami dub dmd