Forum Discussion
rraghvani
Champion Level 3
3 years agoIn your loop, are you calling WriteToLog()? If yes, then you are opening the file, writing data and then saving it, but you are not closing the file. Either check if the file opened, so you don't open it again or close the file after saving.