Declaration:
char _ff_attrib(char ffblk[]);
Description
Returns the attribute byte of the file found upon the function findfirst or findnext access. The ffblk parameter is the buffer filled with information on the file after findfirst or findnext access.
Example
See function findfirst
|