cf_fs_size¶
Category: file
GitHub: cute_file_system.h
Returns the size of a file in bytes.
Parameters | Description |
---|---|
CF_File | The file. |
Remarks¶
You might want to use cf_fs_stat instead to avoid needing to fully open the file first. Virtual File System.
Related Pages¶
CF_File
cf_fs_file_exists
cf_fs_read
cf_fs_write
cf_fs_eof
cf_fs_tell
cf_fs_seek