Getting Started

From FullFAT
Jump to: navigation, search

For a comprehensive Getting Started guide, please refer to the Windows Demonstration.

FullFAT can be used in 4 stages:

1. Creation and device registration.

2. Device mounting.

    • Call FF_MountPartition() -- This attempts to mount a partition from the provided blockdevice driver.

3. File I/O and FS Transactions.

    • Use FF_Open() -- to Open files.
    • Use FF_Read() -- to Read files.
    • Use FF_Write() -- to Write files.
    • Use FF_Close() -- to close files.
    • See API -- for information on other File I/O api's, and directory management.

4. Dis-mounting, and cleanup.

It really is that simple.

Personal tools