FS_IsArchiveReady

Syntax


#include <nitro/fs.h>

BOOL FS_IsArchiveReady(const char *path);

Arguments

path The absolute path, starting with archive name:

Return Values

Returns TRUE if the specified archive is currently available for use. Otherwise, returns FALSE.

Description

This can determine whether the specified archive is currently available for use.
In cases similar to the following, where the archive is mounted but cannot actually be used, the function returns FALSE.

See Also

FSArchiveResource

Revision History

2008/12/05 Initial version.


CONFIDENTIAL