PS 2020 had a function to get the cache directory:
AppeonExtFuncs
strRet = funs.of_GetCacheDir()
Does PS 2022 use a similar structure, and if so where/how to get it?
Or can i simply use the window temp directory?
PS 2020 had a function to get the cache directory:
AppeonExtFuncs
strRet = funs.of_GetCacheDir()
Does PS 2022 use a similar structure, and if so where/how to get it?
Or can i simply use the window temp directory?
lcx_key.GetContextKeywords ('TMP', ls_values[])
lcx_key.GetContextKeywords ('TEMP', ls_values[])
lcx_key.GetContextKeywords ('USERPROFILE', ls_values[])
lcx_key.GetContextKeywords ('WINDIR', ls_values[])
I just wondered if i can be assured the PS app will have full access to this just like the C/S.