cf_fs_open_file_for_write¶
Category: file
GitHub: cute_file_system.h
Opens a file for writing 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_close
cf_fs_open_file_for_read