Does CFG_STR_CACHE_FILE_PATH need to be a full path or can it just be a file name? #1246
Answered
by
lalitb
jsebastianms
asked this question in
Q&A
|
Does CFG_STR_CACHE_FILE_PATH need to be a full path or can it just be a file name? I've seen both in the repo. |
Answered by
lalitb
Feb 14, 2024
Replies: 1 comment
|
@jsebastianms Sorry missed this question. |
0 replies
Answer selected by
jsebastianms
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jsebastianms Sorry missed this question.
CFG_STR_CACHE_FILE_PATH can both be a full path or the filename. If this is filename, the directory path is as per the logic defined here.
So for iOS, the default path is
/data/local/tmpunless overridden by the application.