exe

Function exe 

Source
pub fn exe() -> Result<File>
Expand description

Returns a File of the currently running executable. Akin to fd::File::open("/proc/self/exe") on Linux.