cf_fs_tell¶
Category: file
GitHub: cute_file_system.h
Returns the current position within the file.
Parameters | Description |
---|---|
CF_File | The file. |
Remarks¶
This is an offset from the beginning of the file. Returns -1 on failure. Virtual File System.
Related Pages¶
CF_File
cf_fs_file_exists
cf_fs_read
cf_fs_write
cf_fs_eof
cf_fs_size
cf_fs_seek