I'm trying to make a small program for scrolling data and I want it to save a .txt file that stores the scrolls so it can be read later. The program is practically whole ready, all the features working, but when I try to select the directory where .txt will be saved as C:\
it will not let me use, probably because of permission problems.
As I'm going to make an installer of this program to distribute it on the internet, I need to save it to a directory that is standard on any PC, so I thought C:\
would be ideal. Could you give me a hand?