nw::snd::SoundArchive::SetExternalFileRoot Member Function

Syntax

#include <nw/snd/snd_SoundArchive.h>
void SetExternalFileRoot(
     const char* extFileRoot
);

Arguments

Name Description
in extFileRoot Represents the directory path set as the root directory.

Return Values

None.

Description

Sets the root directory for an external reference file.

If the file path for the external reference file of the sound archive is given as a relative path, it will be interpreted as a relative path from the directory specified by this function.

By default, this is set to the root directory.

This function is called from nw::snd::RomSoundArchive::Open.

See Also

nw::snd::RomSoundArchive::Open

Revision History

2010/01/29
Initial version.

CONFIDENTIAL