FS_ReleaseArchiveName

C Specification

#include <nitro/fs.h>

void FS_ReleaseArchiveName(FSArchive *p_arc);

Arguments

p_arc Address of the FSArchive structure

Return Values

None.

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.

See Also

FSArchive, FS_ARCHIVE_NAME_LEN_MAX, FS_RegisterArchiveName, FS_LoadArchive, FS_UnloadArchive

Revision History

06/30/2004 Initial version.