f_gets: 1 /*-----------------------------------------------------------------------*/ 2 /* Get a string from the file ...
分类:
其他好文 时间:
2014-08-14 14:02:38
阅读次数:
2074
1 FRESULT f_chdir ( 2 const TCHAR *path /* Pointer to the directory path */ 3 ) 4 { 5 FRESULT res; 6 DIR dj; 7 DEF_NAMEBUF; 8 9 1...
分类:
其他好文 时间:
2014-08-14 13:45:18
阅读次数:
529
f_chmod: 1 /*-----------------------------------------------------------------------*/ 2 /* Change Attribute ...
分类:
其他好文 时间:
2014-08-14 13:29:28
阅读次数:
574
1 /*-----------------------------------------------------------------------*/ 2 /* Forward data to the stream directly (available on only tiny cfg) .....
分类:
其他好文 时间:
2014-08-14 13:21:58
阅读次数:
743
1 /*-----------------------------------------------------------------------*/ 2 /* Rename File/Directory ...
分类:
其他好文 时间:
2014-08-14 13:20:08
阅读次数:
298
1 /*-----------------------------------------------------------------------*/ 2 /* Create File System on the Drive ...
分类:
其他好文 时间:
2014-08-14 13:14:08
阅读次数:
776
f_mkdir: 1 /*-----------------------------------------------------------------------*/ 2 /* Create a Directory ...
分类:
其他好文 时间:
2014-08-14 10:41:28
阅读次数:
760
1 /*-----------------------------------------------------------------------*/ 2 /* Get Number of Free Clusters ...
分类:
其他好文 时间:
2014-08-13 18:23:47
阅读次数:
899
f_opendir: 1 /*-----------------------------------------------------------------------*/ 2 /* Create a Directroy Object ...
分类:
其他好文 时间:
2014-08-13 17:54:06
阅读次数:
930
1 /*-----------------------------------------------------------------------*/ 2 /* Truncate File ...
分类:
其他好文 时间:
2014-08-13 17:44:36
阅读次数:
2917