My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages
Links

This is a Java library that allows to read and write FAT12, FAT16 and FAT32 file systems. It is written in pure Java (no native code involved) and has no external dependencies.

News

The 0.6 release is out:

<dependency>
    <groupId>de.waldheinz</groupId>
    <artifactId>fat32-lib</artifactId>
    <version>0.6</version>
</dependency>

Features

The following features are currently supported:

  • creating FAT12, FAT16 and FAT32 file systems through the super floppy formatter
  • r/w access to FAT12, FAT16 and FAT32 file systems
  • manipulating the FAT file attributes (archive, hidden, system and read-only)
  • r/w access to the FAT's volume label

To learn more, check out the documentation Wiki.

Powered by Google Project Hosting