Module structures

Module structures 

Source
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§

Fat32BootSector
FAT32 Boot Sector structure
Fat32DirectoryEntry
FAT32 Directory Entry structure
Fat32DirectoryEntryBuilder
Builder for constructing Fat32DirectoryEntryInternal entries
Fat32DirectoryEntryInternal
Internal data structures for Scarlet’s FAT32 implementation
Fat32FsInfo
FAT32 Filesystem Information Sector
Fat32LFNEntry
Long File Name (LFN) directory entry
FileTime
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