完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
|
|
相关推荐
1个回答
|
|
没有直接的函数,需要用到`f_stat`获取文件状态后,从间接返回的数据结构类型FILINFO 信息中提取。函数的介绍如下:
``` FRESULT f_stat ( const XCHAR* FileName /@@* 文件名或目录名的指针 */ FILINFO* FileInfo /@@* FILINFO结构的指针 */ ); ``` 其中FILINFO的定义见下: ``` /@@* File information structure (FILINFO) */ typedef struct { FSIZE_t fsize; /@@* File size */ WORD fdate; /@@* Modified date */ WORD ftime; /@@* Modified time */ BYTE fattrib; /@@* File attribute */ #if FF_USE_LFN TCHAR altname[FF_SFN_BUF + 1];/@@* Altenative file name */ TCHAR fname[FF_LFN_BUF + 1]; /@@* Primary file name */ #else TCHAR fname[12 + 1]; /@@* File name */ #endif } FILINFO; ``` 其中 fdate和ftime部分就是文件最后编辑时间信息(对目录是创建)。 分别的格式定义为 fdate:Indicates the date that the file was modified or the directory was created. bit15:9 Year origin from 1980 (0..127) bit8:5 Month (1..12) bit4:0 Day (1..31) ftime:Indicates the time that the file was modified or the directory was created. bit15:11 Hour (0..23) bit10:5 Minute (0..59) bit4:0 Second / 2 (0..29) |
|
|
|
你正在撰写答案
如果你是对答案或其他答案精选点评或询问,请使用“评论”功能。
464 浏览 0 评论
478 浏览 1 评论
基于瑞萨FPB-RA4E2智能床头灯项目——1编译环境搭建与点亮驱动ws2812全彩LED
439 浏览 0 评论
嵌入式学习-飞凌嵌入式ElfBoard ELF 1板卡-LCD显示图片编程示例之介绍mmap
994 浏览 0 评论
《DNESP32S3使用指南-IDF版_V1.6》第二章 常用的C语言知识点
1056 浏览 0 评论
【youyeetoo X1 windows 开发板体验】少儿AI智能STEAM积木平台
11780 浏览 31 评论
浏览过的版块 |
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-25 10:21 , Processed in 0.635589 second(s), Total 72, Slave 55 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号