A small unix and windows lib to search for executables in path folders.
Example:
use search_path;
use OsString;
Will print something like
bat
bashbug
bash
base32
basenc
basename
base64
Windows example:
use search_path;
use OsString;
A small unix and windows lib to search for executables in path folders.
Example:
use search_path;
use OsString;
Will print something like
bat
bashbug
bash
base32
basenc
basename
base64
Windows example:
use search_path;
use OsString;