I want to create a directory with some config file on the installation process and user home directory. My questions are:
-> how to create this directory while installing
-> how to access home directory from c# code
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have access to some special folders for your application. You can save a file to the LocalFolder like this:
and then retrieve it:
There’s also a RemoteFolder for files you want available to the user if they use your application on another device.
This folder can be found by going to something like “C:\Users\USERNAME\AppData\Local\Packages” and then finding the folder for your app.