// contructor           FileWriter(path      , append); FileWriter writer = new FileWriter("file.txt", false); writer.write("content"); writer.close();

Read more of this post