appdata
Getting Application Data folder for every user
In my application, every user has its own settings, that I save to a subdirectory in that user\'s Application Data directory. During uninstall, I want to delete those settings for every user on the co[详细]
2023-04-03 06:30 分类:问答How To Sign a Jar File for an Applet?
Does Singing a Jar File For an Applet use the same process as signing a Jar file for an application?? If so, can someone tell me how to开发者_C百科 sign it? I have an Applet that writes to your APPDAT[详细]
2023-03-30 22:25 分类:问答Visual Basic how to get to %appdata%
I\'m working on a project in Visual Basic and it\'s going to store all the data in a folder in %appdata%. I\'m using Visual Studio 2010 I already tried this:[详细]
2023-03-30 01:01 分类:问答Problem writing to users AppData directory
My application writes to the registry in HKEY_LOCAL_MACHINE, so I use a manifest file to utilize the UAC functionality. Though when I write data to the users AppData folder (after the UAC dialog promp[详细]
2023-03-27 07:47 分类:问答Should application log files and user generated data files be stored in APPDATA or PROGRAMDATA
We are migrating our APP to Win7.The program generates log files to help us support and also saves a number of dictionary files and settings files that are useful for the user though the user will rar[详细]
2023-03-23 02:11 分类:问答Accessing %appdata% with VB.NET
How can you access files in %appdata% through VB.NET? For example, C:\\Users\\Kuzon\\AppData\\Roaming\\program. How would I access that file, but on another Windows 7 machine? Also, how would yo[详细]
2023-03-19 05:25 分类:问答What is the environment variable for AppData in NSIS installer script?
I am looking for the env开发者_开发知识库ironment variable for AppData in NSIS. I need to copy fils to the AppData directory in my installation.It can\'t be easier than this $APPDATA, you can do somet[详细]
2023-03-12 05:41 分类:问答Excel OLEDB /Jet connection strings & %APPDATA%
I have what is likely a common scenario. I have an MS-Access application split into front-end and back-end files. I want to set up us开发者_运维知识库ers with an Excel spreadsheet that connects to dat[详细]
2023-03-09 08:14 分类:问答Can't send file from the appdata folder C++
So I was able to get the AppData folder via SHGetKnownFolderPath and converted the memory address it printed to a readable string via[详细]
2023-03-03 21:08 分类:问答How to open a folder in %appdata% with C++?
As yo开发者_如何学编程u all know, the appdata folder is this C:\\Users\\*Username*\\AppData\\Roaming[详细]
2023-03-03 08:36 分类:问答