Function config_file_handler::exe_file_stem [] [src]

pub fn exe_file_stem() -> Result<OsStringError>

The file name of the currently-running binary without any suffix or extension. For example, if the binary is "C:\Abc.exe" this function will return Ok("Abc").