FS_IsAvailable


C Specification

#include <nitro/fs.h>

BOOL FS_IsAvailable(void);

Description

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

Arguments

None

Return Values

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

See Also

FS_Init

Revision History

04/13/2004 Initial Version