Posts by Fernando • 1 point
2 posts
-
0
votes1
answer13
viewsA: When creating file, delete at the end of the run
[SOLVED] - Fileutil has the delete method, which was with File = New File(.... This code should be leaving a memory reference, which generated this behavior. I changed it to: public Static Boolean…
-
-1
votes1
answer13
viewsQ: When creating file, delete at the end of the run
I have the following strange behavior. I am creating a text file using Filewriter and Bufferedwriter. At the end of the run (void main), the generated file is deleted. If I debug and stop the…