#######################################################################################################################* *-----------------------------------------------------Directory/File------------------------------------------------------* *#########################################################################################################################*/
| 225 | *-----------------------------------------------------Directory/File------------------------------------------------------* |
| 226 | *#########################################################################################################################*/ |
| 227 | void Directory_GetCachePath(cc_string* path) { |
| 228 | String_AppendConst(path, "\\cache"); |
| 229 | } |
| 230 | |
| 231 | void Platform_EncodePath(cc_filepath* dst, const cc_string* src) { |
| 232 | Platform_EncodeString(dst, src); |
nothing calls this directly
no test coverage detected