[][src]Function mini_fat::list_file

pub fn list_file<H, P>(
    handle: &mut H,
    partition_byte_range: Range<u64>,
    path: P
) -> Result<FatFile, Error> where
    H: Seek + Read,
    P: AsRef<Path>,