Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2008 May : Strange problem with CDISL_COMMON_APPDATA and ini file
| Subject: | Strange problem with CDISL_COMMON_APPDATA and ini file |
| Posted by: | "Michael Fullerton" (nospam@nospam.ogre) |
| Date: | Tue, 27 May 2008 14:12:23 |
D2006, Vista
I am having a strange problem with CDISL_COMMON_APPDATA. I have an ini
file in CDISL_COMMON_APPDATA. When I try to read that file it actually
tries to read an ini file in CDISL_APPDATA instead. I understand some
users can't write to CDISL_COMMON_APPDATA...but read?
The funny this is that this is a database program and the data is
stored in a folder off CDISL_COMMON_APPDATA. The data can be read and
written with no problems.