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