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?
I assume since it is just a windows app, i have read/write access to the temp windows directory? Or does/could windows lock it down because it is an 'internet' app?