pub fn file_exists<T>(image: T, path: &str) -> Result<bool>where T: Read + Write + Seek,
Determine whether a file exists at path within the image.
path