Expand description
Utilities for working with FAT filesystem images.
Functionsยง
- file_
exists - Determine whether a file exists at
path
within the image. - list_
dir - List files in the directory
dir
of a FAT image. - read_
file - Read the entire contents of the file at
path
within the image. - read_
file_ range - Read a slice of the file at
path
starting at byteoffset
.