Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to get users' application data folder using C#? [duplicate]

Tags:

c#

People also ask

How do I find all Users application data?

You can view the AppData folder manually by going into your Users folder, which is there in the C drive. In my case, the path is C:\Users\ADMIN . Now you should be able to see the AppData folder in your User folder. You can also access the AppData folder directly using the AppData system variable.

How do I find the AppData folder?

To open the AppData folder on Windows 10, 8 & 7: Open File Explorer/Windows Explorer. Type %AppData% into the address bar and hit enter. Navigate to the required folder (Roaming or Local)

What is Windows AppData?

AppData is a hidden folder located in C:\Users\<username>\AppData. The AppData folder contains custom settings and other information needed by applications. For example, you might find the following in your AppData folder: Web browser bookmarks and cache. Application configuration files.


Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)