cf_fs_write_string_range_to_file¶
Category: file
GitHub: cute_file_system.h
Writes a string to a file.
CF_Result cf_fs_write_string_range_to_file(const char* virtual_path, const char* begin, const char* end);
Parameters | Description |
---|---|
virtual_path | A path to the file. |
begin | Beginning of the string. |
end | Pointer to one passed the end of the string's contents. |
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