FS_ReleaseArchiveName


C Specification

#include <nitro/fs.h>

void FS_ReleaseArchiveName(FSArchive *p_arc);

Description

Releases the specified, registered archive name to the file system.

This function can only be called when the archive is not loaded in the file system.

Arguments

p_arc Address of the FSArchive structure

See Also

FSArchive, FS_ARCHIVE_NAME_LEN_MAX, FS_RegisterArchiveName, FS_LoadArchive, FS_UnloadArchive

Revision History

06/30/2004 Initial Version