Expand description
FAT32 data structures
This module defines the on-disk data structures used by the FAT32 filesystem. All structures are packed and follow the Microsoft FAT32 specification.
Structs§
- Fat32
Boot Sector - FAT32 Boot Sector structure
- Fat32
Directory Entry - FAT32 Directory Entry structure
- Fat32
Directory Entry Builder - Builder for constructing Fat32DirectoryEntryInternal entries
- Fat32
Directory Entry Internal - Internal data structures for Scarlet’s FAT32 implementation
- Fat32
FsInfo - FAT32 Filesystem Information Sector
- Fat32LFN
Entry - Long File Name (LFN) directory entry
- File
Time - Time and date information for files
Constants§
- ATTR_
ARCHIVE - ATTR_
DIRECTORY - ATTR_
HIDDEN - ATTR_
LONG_ NAME - ATTR_
READ_ ONLY - Directory entry attribute constants
- ATTR_
SYSTEM - ATTR_
VOLUME_ ID - DIR_
ENTRY_ SIZE - Directory entry size in bytes
- FAT32_
BAD - FAT32_
EOC - FAT entry constants
- FAT32_
FREE