Permission Denied
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
I am getting a permission denied error when copying text from inside a temp text file to a file already set up in another folder. The problem only occurs when I am reading a group of files and the last file is the one that fails.
Two things: 1. Are you closing the file after you are done with each one? 2. Have you checked the file permissions to see that you have access to it? Nick Parker
-
I am getting a permission denied error when copying text from inside a temp text file to a file already set up in another folder. The problem only occurs when I am reading a group of files and the last file is the one that fails.