Search found 2 matches

by Cheemag
Fri Oct 16, 2020 10:45 am
Forum: General Board
Topic: Acces Denied at Line x
Replies: 3
Views: 6722

Re: Acces Denied at Line x

> Are you certain your program never writes to #1 (accidentally)? That would be the simplest explanation for this error: writing a small > amount of data to an 'input' file will only raise an error when the file is closed, and it tries to flush the buffered data to the disk Yes, of course it writes ...
by Cheemag
Thu Oct 15, 2020 4:27 pm
Forum: General Board
Topic: Acces Denied at Line x
Replies: 3
Views: 6722

Acces Denied at Line x

Hello, Came across this error at a line: close#1 where #1 is a text file opened for input. No such error closing #2, the associated output file. I just left the handle unclosed and it worked fine ! This was just after I had a false positive from Kaspersky Internet Security 2020. These two problems r...