Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Common AppData issues
Message
From
03/03/2015 13:59:45
 
 
To
03/03/2015 11:45:49
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:
01616155
Views:
42
>>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.
>
>Hi,
>
>I have succesfully stored in Appdata = (getenv("Appdata") folder, although its title is misleading to "C:\Users\MyUserName\Appdata\Roaming" where MyUserName is replaced with the actual name, it is not roaming but remaines there permanently.
>
>Groet,
>Koen

Thanks, I will try that out. I wonder for what the ProgramData folder would be for.
Christian Isberner
Software Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform