#include <nitro/fs.h>
BOOL FS_OpenTopLevelDirectory(FSFile *dir);
dir | 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
structure.FSFile
FS_ReadDirectory
FS_CloseDirectory
2009/07/29 Added mention that copying structure values is not guaranteed.
2008/12/04 Initial version.
CONFIDENTIAL