View Single Post
  #5 (permalink)  
Old 10-11-2008, 06:37 PM
Norm's Avatar
Norm Norm is offline
Senior Member
 
Join Date: Jun 2008
Location: Heredia, Costa Rica
Posts: 2,225
Norm is on a distinguished road
I copied your code, added a close() and it works for me. The file is created the first time and is added to after that.
Quote:
it is not working. Nothing is written to the file.
What does this mean?
What happens if you delete the file before the test? Is it created?
Is there anything in it?

What does the API doc say for FileWriter? It will write characters. \n and \t can be characters.

Last edited by Norm : 10-11-2008 at 06:39 PM.
Reply With Quote