Declaration:
int _ff_time(char ffblk[]);
Description
Returns the word with the file creation (or modification) time for the file found upon the function findfirst or findnext access. The ffblk parameter is the buffer filled with information on the file after the findfirst or findnext access.
Example
See function findfirst.
|