Datasheet

Cf_Fat_Get_File_Size
266
MIKROELEKTRONIKA - SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Libraries
mikroC PRO for AVR
CHAPTER 6
Prototype
unsigned long Cf_Fat_Get_File_Size();
Returns Size of the currently assigned file in bytes.
Description This function reads size of currently assigned file in bytes.
Requires
CF card and CF library must be initialized for file operations. See Cf_Fat_Init.
File must be previously assigned. See Cf_Fat_Assign.
Example
unsigned long my_file_size;
...
my_file_size = Cf_Fat_Get_File_Size();