Skip to main content

exe_reader

Function exe_reader 

Source
pub fn exe_reader(pid: PID) -> Result<PExe>
Expand description

Attempts to get the process executable name for the given pid.

ยงErrors

If this function encounters any form of I/O error, an error variant will be returned.