#include <nitro/fs.h>
BOOL FS_IsArchiveReady(const char *path);
path |
The absolute path, starting with archive name: |
Returns TRUE if the specified archive is currently available for use. Otherwise, returns FALSE.
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.
sdmc:
) when a memory card is not inserted in the slot.dataPub:
, dataPrv:
) when a TAD file has not been imported.2008/12/05 Initial version.
CONFIDENTIAL