FS_IsAvailable

C Specification

#include <nitro/fs.h>

BOOL FS_IsAvailable(void);

Arguments

None.

Return Values

If the ROM files system is initialized, it returns TRUE. Otherwise it returns FALSE.

Description

This determines whether the FS_Init function has been called and the ROM file system has been initialized.

See Also

FS_Init

Revision History

04/13/2004 Initial version.