#include <nitro/fs.h>void FS_ReleaseArchiveName(FSArchive *p_arc);| p_arc | Address of the FSArchive structure |
None.
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.
FSArchive, FS_ARCHIVE_NAME_LEN_MAX, FS_RegisterArchiveName, FS_LoadArchive, FS_UnloadArchive
06/30/2004 Initial version.
CONFIDENTIAL