MCPcopy Create free account
hub / github.com/defold/defold / GetApplicationSavePath

Function GetApplicationSavePath

engine/dlib/src/dlib/sys_web.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53
54 Result GetApplicationSavePath(const char* application_name, char* path, uint32_t path_len)
55 {
56 return GetApplicationSupportPath(application_name, path, path_len);
57 }
58
59 Result GetApplicationSupportPath(const char* application_name, char* path, uint32_t path_len)
60 {

Callers 2

Sys_GetSaveFileFunction · 0.50
TESTFunction · 0.50

Calls 1

Tested by 1

TESTFunction · 0.40