cf_fs_read_entire_file_to_memory¶
Category: file
GitHub: cute_file_system.h
Reads an entire file into a buffer of memory and returns it.
Parameters | Description |
---|---|
virtual_path | A path to the file. |
size | If the file exists the size of the file is stored here. |
Remarks¶
Call cf_free on it when done. Virtual File System.
Related Pages¶
cf_fs_write_string_file
cf_fs_read_entire_file_to_memory_and_nul_terminate
cf_fs_write_entire_buffer_to_file