Hi All,
I have an application that store User and Application data in
"All Users\Application Data" and "[User Specific]\Application Data"
using CSIDL_COMMON_APPDATA and CSIDL_LOCAL_APPDATA.
My problem is that when my application is used in a Citrix or Terminal Services environment the files created in these directories is deleted next time the user log on.
I do not have a great knowledge in either Citrix or Terminal Services but know that the administrator sets up these directories to be elsewhere so the user can access them.
My question is: Does anyone know if there exists variables as CSIDL_COMMON_APPDATA and CSIDL_LOCAL_APPDATA I can use in Citrix and other equivalent systems to find these directories?
I have an application that store User and Application data in
"All Users\Application Data" and "[User Specific]\Application Data"
using CSIDL_COMMON_APPDATA and CSIDL_LOCAL_APPDATA.
My problem is that when my application is used in a Citrix or Terminal Services environment the files created in these directories is deleted next time the user log on.
I do not have a great knowledge in either Citrix or Terminal Services but know that the administrator sets up these directories to be elsewhere so the user can access them.
My question is: Does anyone know if there exists variables as CSIDL_COMMON_APPDATA and CSIDL_LOCAL_APPDATA I can use in Citrix and other equivalent systems to find these directories?