# utime.h - [Overview](#section645385307165629) - [Summary](#section841083568165629) - [Data Structures](#nested-classes) - [Functions](#func-members) ## **Overview** **Related Modules:** [FS](FS.md) **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

Description

utime (const char *filename, const struct utimbuf *times)

int

Sets the access time and modification time of a file.