#include <revolution/dvd.h> BOOL DVDConvertEntrynumToPath(s32 entrynum, char* path, u32 maxlen);
| entrynum | Entry number for the file to convert. |
|---|---|
| path | Pointer to the storage destination path. |
| maxlen | Buffer length of storage destination path. |
Returns TRUE if successfully converted to path name. Returns FALSE if it fails.
Converts an entry number into a path.
DVDGetEntrynum
DVDConvertPathToEntrynum
2009/07/31 Initial version.
CONFIDENTIAL