3
I’m trying to make a small data scrolling program and I want it to save a file. txt that stores the scrolls, so that it can be read later. The program is practically whole ready, all functionalities working, but when I try to select the directory where the . txt will be saved as the C:\
he won’t let me use it, probably because of permission issues.
As I will make an installer of this program to distribute it on the internet, I need to save it in a directory that is standard on any PC, and so I thought the C:\
would be ideal. I wonder if you could lend me a hand?
Explain your problem better, put the code you are using for this. But I already assume that C: is the opposite of ideal. And you probably have permission issues anyway.
– Maniero
Are you trying to save directly in C:? Or in a subfolder? What is the mistake when you try to save? Post the code so we understand what you’re doing.
– Jéf Bueno
Runs it as an administrator, you probably don’t have enough rights.
– Hiago Souza