nw::snd::RomSoundArchive::Open Member Function

Syntax

#include <nw/snd/snd_RomSoundArchive.h>
bool Open(
     const char * filePath
);

Arguments

Name Description
in filePath The file path in the ROM file system.

Return Values

Returns true if the file was opened successfully and false otherwise.

Description

Opens a sound archive file in ROM.

To use the opened sound archive, you must load the sound archive header by calling LoadHeader.

See Also

Close
LoadHeader

Revision History

2010/01/15
Initial version.

CONFIDENTIAL