utime.h
Overview
Related Modules:
FS
Description:
Provides the function and structure used for setting file access time and modification time.
Since:
1.0
Version:
1.0
Summary
Data Structures
Data Structure Name
|
Description
|
utimbuf
|
Defines the file access time and modification time.
|
Functions
Function Name
|
Description
|
utime (const char filename, const struct utimbuf times)
|
int
Sets the access time and modification time of a file.
|