DVDConvertEntrynumToPath

Syntax

#include <revolution/dvd.h>

BOOL DVDConvertEntrynumToPath(s32 entrynum, char* path, u32 maxlen);

Arguments

entrynum Entry number for the file to convert.
path Pointer to the storage destination path.
maxlen Buffer length of storage destination path.

Return Values

Returns TRUE if successfully converted to path name. Returns FALSE if it fails.

Description

Converts an entry number into a path.

See Also

DVDGetEntrynum
DVDConvertPathToEntrynum

Revision History

2009/07/31 Initial version.


CONFIDENTIAL