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