NAND Library Sample Demo Programs

Location

$REVOLUTION_SDK_ROOT/build/demos/nanddemo

Description

basic This sample demo program is for learning the basic usage of the NAND API. It shows how to create, open, write, seek, read, close, and delete a file.
directory This sample demo program is for learning directory operations. It shows how to display the contents of a directory, create/delete directories, and get/move the current directory.
async This sample demo program shows an example of how to use asynchronous functions.
gamesave This is a simple sample demo program that can display the content of a save data directory, delete files, etc.
safe This demo program shows that a file update can be terminated in an incomplete state. However, the demo also introduces a method for avoiding this problem using the functions NANDSafeOpen() and NANDSafeClose().

See Also

NAND Functions

Revision History

06/16/2006 Initial version.
8/15/2006 Added the sample demo safe.


CONFIDENTIAL