Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Common AppData issues
Message
From
03/03/2015 07:15:30
 
 
To
03/03/2015 06:52:57
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01616136
Message ID:
01616137
Views:
56
>I have an issue with the common App Data folder which I get using SHGetSpecialFolderPath.
>The path is something like C:\ProgramData\My Company\Project Name\. The problem is the program creates a preferences file to store local settings, but when running the program the first time, we run it as administrator in order to let it install some additional resources. So whenever we run the program subsequently without admin right, the error occurs "File access denied", because it would not allow writing to this location or replacing the file.
>
>Is this the correct place to store local application data, or would be it better to place it into the temp folder? I haven't used the temp folder for the reason that it can get cleaned up, although I could live with it if there is no better way.

I have successfully used c:\users\public\MyApplicationName, where MyApplicationName is the name of my application, for this kind of common configuration storage. Another option is to use the registry.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform