Function kcheck_utils::open_file

source ·
pub fn open_file<P: AsRef<Path>>(path: P) -> Result<File>
Expand description

Open a file.

Function that provides basic file opening and error handling.