/ f_findfirst() and f_findnext(). (0:Disable or 1:Enable)*/#define_USE_MKFS 1/*This option switches f_mkfs() function. (0:Disable or 1:Enable)*/#define_USE_FASTSEEK 0/*This option switches fast seek feature. (0:Disable or 1:Enable)*/#define_USE_LABEL 0/*This option switches...
/ f_printf()。 / / 0:禁用字符串函数。 / 1:启用没有LF-CRLF转换。 / 2:启用LF-CRLF(回车换行)转换。*/ #define _USE_FIND 0 /*这个选项开关过滤目录读取特性和相关功能, / f_findfirst()和f_findnext()。(0:禁用或1:启用)*/ #define _USE_MKFS 1 /* 这个选项开关f_mkfs()...
*/ #define _USE_FIND 0 /*这个选项开关过滤目录读取特性和相关功能, / f_findfirst()和f_findnext()。(0:禁用或1:启用)*/ #define _USE_MKFS 1 /* 这个选项开关f_mkfs()函数。(0:禁用或1:启用) */ #define _USE_FASTSEEK 1 /* 这个选项开关快速寻求功能。(0:禁用或1:启用) */ #define _...
f_opendir (DIR* dp, const TCHAR* path); /* Open a directory */ FRESULT f_dir (DIR* dp); /* Close an open directory */ RESULT f_readdir (DIR* dp, FILINFO* fno); /* Read a directory item * FRESULT f_findfirst (DIR* dp, FILINFO* fno, const TCHAR* path, const * ...
FRESULT f_findfirst (DIR* dp, FILINFO* fno, const TCHAR* path, const * pattern); /* Find first file */ FRESULT f_findnext (DIR dp, FILINFO* fno); /* Find next file */ FRESULT f_mkdir (const TCHAR path); /* Create a sub directory */ FRESULT f_unlink (const TCHAR* path...
FRESULT f_findfirst (DIR* dp, FILINFO* fno, const TCHAR* path, const * pattern); /* Find first file */ FRESULT f_findnext (DIR dp, FILINFO* fno); /* Find next file */ FRESULT f_mkdir (const TCHAR path); /* Create a sub directory */ FRESULT f_unlink (const TCHAR* path...
f_error - Test for an error 路径操作 f_opendir - Open a directory f_closedir - Close an open directory f_readdir - Read an directory item f_findfirst - Open a directory and read the first item matched f_findnext - Read a next item matched ...
FRESULT f_findfirst (DIR* dp, FILINFO* fno, const TCHAR* path, const TCHAR* pattern); /* Find first file */ FRESULT f_findnext (DIR* dp, FILINFO* fno); /* Find next file */ FRESULT f_mkdir (const TCHAR* path); /* Create asubdirectory */ ...
RESULT f_readdir (DIR* dp, FILINFO* fno); /* Read a directory item * FRESULT f_findfirst (DIR* dp, FILINFO* fno, const TCHAR* path, const * pattern); /* Find first file */ FRESULT f_findnext (DIR dp, FILINFO* fno); /* Find next file */ FRESULT f_mkdir (const TCHAR...
FRESULT f_findfirst (DIR* dp, FILINFO* fno, const TCHAR* path, const TCHAR* pattern); /* Find first file */ FRESULT f_findnext (DIR* dp, FILINFO* fno); /* Find next file */ FRESULT f_mkdir (const TCHAR* path); /* Create asubdirectory */ ...