#include <nitro/fs.h>
BOOL FS_CloseDirectory(FSFile *dir);
dir | Handle of a directory that was opened using FS_OpenDirectory() . |
TRUE if the directory was closed properly. FALSE otherwise. In case of failure, the error details can be obtained using FS_GetResultCode()
.
This function closes an open directory.
FS_OpenDirectory FS_ReadDirectory
2007/09/18 Initial version.
CONFIDENTIAL