nw::snd::SoundArchive::SetExternalFileRoot Member Function#include <nw/snd/snd_SoundArchive.h>
void SetExternalFileRoot(
const char* extFileRoot
);
| Name | Description | |
|---|---|---|
| in | extFileRoot | Represents the directory path set as the root directory. |
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.
CONFIDENTIAL