I had to use cntrl alt delete to end out of a loop with
a random file open. Now when I run my program again, I get
a "permission denied" message when I try to open the file.
Is there an easy way to fix this problem?
I tried opening the file with access read write, but did not
help any.
------------------
a random file open. Now when I run my program again, I get
a "permission denied" message when I try to open the file.
Is there an easy way to fix this problem?
I tried opening the file with access read write, but did not
help any.
------------------
Comment