Top "Appdata" questions

Used for questions relating to the user application data folders.

Windows 7: AppData folder not visible in windows explorer

I am somewhat new to Windows 7. I am running a foreign language version of Windows 7 (not sure if this matters …

windows-7 appdata hidden-files
How can I get the path to the %APPDATA% directory in Python?

How can I get the path to the %APPDATA% directory in Python?

python appdata
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 …

.net windows vb.net special-folders appdata
How to open a folder in %appdata% with C++?

As you all know, the appdata folder is this C:\Users\*Username*\AppData\Roaming on windows 7 Since my application will …

c++ appdata
How can i get the path of the current user's "Application Data" folder?

1)how can i find out the Windows Installation drive in which the user is working.? I need this to navigate …

c# path appdata
How to create appdata folder with C#

Well, I don't know how to type all this so bear with me please. This is beyond me, I'm still …

c# appdata
How to write to the common Application Data folder?

I have a Visual Basic 6.0 application that I want to install for All Users, for example, the setting are held …

windows-7 vb6 windows-xp appdata userappdatapath
Difference between 'SpecialFolder.LocalApplicationData' and 'SpecialFolder.ApplicationData'?

On my system, %AppData% leads to ApplicationData which is C:\Users\<USER>\AppData\Roaming But there is also …

c# .net windows application-settings appdata
What is the difference between ProgramData and AppData?

I need to store some user-specific configuration data for my program. Both Application Data/AppData (in the user's directory) and …

windows-7 appdata programdata
How to Create Folders and Subfolders in %AppData%

First of all thank you very much for all the help I’ve found over 3 Vbscript that has save my …

vbscript user-profile appdata