#include <nitro/fs.h>
#define FS_FILE_NAME_MAX 127
This defines the maximum number of characters that can be used in a directory name and file name in the ROM file system. For details on path name format, see the FS_OpenFile
function.
FS_OpenFile, FS_FindDir, FS_ChangeDir
04/02/2004 Description change due to the elimination of the path name length restriction.
04/01/2004 Initial Version