FS_FILE_NAME_MAX

Definition

#include <nitro/fs.h>

#define FS_FILE_NAME_MAX 127

Description

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.

See Also

FS_OpenFile, FS_FindDir, FS_ChangeDir

Revision History

04/02/2004 Description change due to the elimination of the path name length restriction.
04/01/2004 Initial Version