file_exists

Function file_exists 

Source
pub fn file_exists<T>(image: T, path: &str) -> Result<bool>
where T: Read + Write + Seek,
Expand description

Determine whether a file exists at path within the image.