FF_FindPrevious()
From FullFAT
THIS IS A PLANNED API FOR VERSION 1.0.2 -- As a build option
Traverses to the previous item.
Contents |
Prototype
FF_T_SINT32 FF_FindPrevious(FF_IOMAN *pIoman, FF_DIRENT *pDirent);
Back to API.
Parameters
pIoman
Pointer to an FF_IOMAN object, as returned from the FF_CreateIOMAN() function.
pDirent
A pointer to an FF_DIRENT object to be populated.
Return Value
Returns FF_ERR_NONE on success.
Back to API.
See Also
- FF_FindFirst()
- FF_FindNext()
- FF_FindPrevious()
- FF_RmDir()
- FF_isDirEmpty()
- FF_DIRENT