[][src]Module fungus::sys::exec

Functions

dir

Returns the full path to the directory of the current running executable.

exists

Check if the given executable exists in the PATH and is executable.

lookup

Returns the full path of the given executable. Uses given path if resolvable and falls back on the system PATH if simply an exec name.

name

Returns the current running executable's name.