<< Previous | Next >> | |
|
int fat_CreateTime( fat_dirent *entry, struct tm *t );
Description
- This function puts the creation date and time of the entry into the system time structure
t
. 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_LastAccess, fat_LastWrite
Dynamic C Functions | << Previous | Next >> | rabbit.com |