文件名称:
utimbuf.md
所在目录:
Openharmony v1.0 / docs / api / api-SmartVision-Devices
文件大小:
2.16 KB
下载地址:
文本预览:
# utimbuf
## **Overview**
**Related Modules:**
[FS](zh-cn_topic_0000001055678038.md)
**Description:**
Defines the file access time and modification time.
## **Summary**
## Data Fields
## **Details**
## **Field Documentation**
## actime
```
time_t utimbuf::actime
```
**Description:**
File access time: the last time the file was accessed
## modtime
```
time_t utimbuf::modtime
```
**Description:**
File modification time: the last time the file was modified
## **Overview**
**Related Modules:**
[FS](zh-cn_topic_0000001055678038.md)
**Description:**
Defines the file access time and modification time.
## **Summary**
## Data Fields
## **Details**
## **Field Documentation**
## actime
```
time_t utimbuf::actime
```
**Description:**
File access time: the last time the file was accessed
## modtime
```
time_t utimbuf::modtime
```
**Description:**
File modification time: the last time the file was modified
点赞
回复
X