Difference between revisions of "Libfat"
Jump to navigation
Jump to search
Randomdude (talk | contribs) m |
Randomdude (talk | contribs) m |
||
Line 3: | Line 3: | ||
| title = libfat | | title = libfat | ||
| author = | | author = | ||
− | | type = | + | | type = library |
}} | }} | ||
Revision as of 21:45, 26 July 2010
libfat | |
General | |
---|---|
Type | Library |
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.
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.