<< Previous | Next >>

fat_LastWrite

int fat_LastWrite( fat_dirent *entry, struct tm *t );

Description

Puts the date and time of the last write for the given entry into the system time structure t. The function does not fill in the tm_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 pointer

Library

FAT.LIB

See Also

fat_ReadDir, fat_Status, fat_CreateTime, fat_LastAccess


Dynamic C Functions << Previous | Next >> rabbit.com