#include <revolution/dvd.h> BOOL DVDOpenDir(const char* dirName, DVDDir* dir);
| dirName | Pointer to directory name to open. |
|---|---|
| dir | Pointer to directory structure to use. |
Returns TRUE if the directory is found. Returns FALSE otherwise.
Opens a directory.
2009/02/03 Revised the description of the return values.
2006/03/01 Initial version.
CONFIDENTIAL