SetSaveDataPath
Set the directory path where SDK data will be stored.
void SetSaveDataPath(char* path)
Parameters
path: File system path.
Return Value
Set the directory path where SDK data will be stored
Example
// example
SetSaveDataPath("/var/lib/sdk");
Last updated
Was this helpful?