libfat
This is an old revision of this page, as edited by Crayon (talk | contribs) at 23:26, 13 April 2014. It may differ significantly from the current revision. |
libfat is a library for accessing FAT file systems such as those on SD cards and USB mass storage devices. It is included as part of devkitPPC / libogc.
libfat | |
General | |
---|---|
Type | Library |
Version | 1.0.12 |
Installation
libfat is included as part of devkitPPC, just specify -lfat in LIBS section of your Makefile to start using it.
Sample Code
The following is a piece of sample code that illustrates using libfat to do a recursive directory listing of the SD card.