FS_ARCHIVE_NAME_LEN_MAX

Definition

#include <nitro/fs.h>

enum { FS_ARCHIVE_NAME_LEN_MAX = 3 } ;

Description

Defines the maximum length for character string names that you can register in the archive.
You cannot use a character string exceeding this size with the FS_RegisterArchiveName function.

See Also

FSArchive, FS_RegisterArchiveName

Revision History

06/30/2004 Initial version.