cf_fs_write_string_to_file¶
Category: file
GitHub: cute_file_system.h
Writes a string to a file.
Parameters | Description |
---|---|
virtual_path | A path to the file. |
string | A string to write. |
Related Pages¶
cf_fs_read_entire_file_to_memory
cf_fs_read_entire_file_to_memory_and_nul_terminate
cf_fs_write_entire_buffer_to_file
cf_fs_write_string_file
cf_fs_write_string_range_to_file