<< Previous | Next >> | |
|
int fat_LastAccess( fat_dirent *entry, struct tm *t );
Description
- Puts the last access date of the specified entry into the system time structure
t
. The time is always set to midnight. The function does not fill in thetm_wday
field in the system time structure.Parameters
- entry
- Pointer to a directory entry
- t
- Pointer to a system time structure
Return Value
0
: success.
-EINVAL
: invalid directory entry or time pointerLibrary
- FAT.LIB
See Also
- fat_ReadDir, fat_Status, fat_CreateTime, fat_LastWrite
Dynamic C Functions | << Previous | Next >> | rabbit.com |