#include <nitro/fs.h>
static inline BOOL FS_IsDir(volatile const FSFile *p_file);
p_file |
Address of the FSFile structure |
If the file stores directory position information, it returns TRUE. Otherwise it returns FALSE.
This determines whether directory position information is currently stored in the specified file.
Directory position information is stored by the FS_FindDir
function and the FS_SeekDir
function.
FSFile, FS_FindDir, FS_SeekDir
05/14/2004 Initial version.