APM:Libraries
|
#include <ff.h>
Public Attributes | |
FSIZE_t | fsize |
WORD | fdate |
WORD | ftime |
BYTE | fattrib |
TCHAR | fname [12+1] |
BYTE FILINFO::fattrib |
Definition at line 230 of file ff.h.
Referenced by get_fileinfo(), st_clust(), and stat().
WORD FILINFO::fdate |
Definition at line 228 of file ff.h.
Referenced by f_rename(), get_fileinfo(), st_clust(), stat(), and utime().
TCHAR FILINFO::fname[12+1] |
Definition at line 235 of file ff.h.
Referenced by f_close(), f_findnext(), get_fileinfo(), readdir(), and st_clust().
FSIZE_t FILINFO::fsize |
Definition at line 227 of file ff.h.
Referenced by get_fileinfo(), st_clust(), and stat().
WORD FILINFO::ftime |
Definition at line 229 of file ff.h.
Referenced by f_rename(), get_fileinfo(), st_clust(), stat(), and utime().