Module fatfs

Module fatfs 

Source
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 byte offset.