文件操作 - FILE.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/include/aarch64-linux-gnu/bits/types/FILE.h
编辑文件内容
#ifndef __FILE_defined #define __FILE_defined 1 struct _IO_FILE; /* The opaque type of streams. This is the definition used elsewhere. */ typedef struct _IO_FILE FILE; #endif
修改文件时间
将文件时间修改为当前时间的前一年
删除文件