

#include <nitro/fs.h>
BOOL FS_OpenTopLevelDirectory(FSFile *dir);
dir |
The FSFile structure where the handle is stored. |
This function always succeeds and returns TRUE.
Opens the top-level directory that contains a list of the usable archive names.
If you call the FS_ReadDirectory function for the directory handler retrieved with this function, the archives that are currently mounted into the program are returned one at a time. The name of the mounted archive has a colon appended (for example, rom:).
FSFile
FS_ReadDirectory
FS_CloseDirectory
2008/12/04 Initial version.
CONFIDENTIAL