FS_ReleaseArchiveName

Syntax

#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

2004/06/30 Initial version.


CONFIDENTIAL