cf_fs_open_file_for_append¶
Category: file
GitHub: cute_file_system.h
Opens a file for appending relative to the write directory.
Return Value¶
Returns a CF_File pointer representing the file.
Remarks¶
The write directory is specified by you when calling cf_fs_set_write_directory. Virtual File System.
Related Pages¶
CF_File
CF_Stat
cf_fs_create_file
cf_fs_open_file_for_write
cf_fs_open_file_for_read
cf_fs_close