--greg-- a écrit :
Citation :
FileWriter
public FileWriter(String fileName,
boolean append)
throws IOException
Constructs a FileWriter object given a file name with a boolean indicating whether or not to append the data written.
Parameters:
fileName - String The system-dependent filename.
append - boolean if true, then data will be written to the end of the file rather than the beginning.
Throws:
IOException - if the specified file is not found or if some other I/O error occurs.
|
....
|
Ouais, mais euuuh, ils sont chiant, moi j'préfère utiliser des instances de File que des String pour représenter un fichier, et ce constructeur il existe pas avec un File en 1er paramètre, alors bon, c'est vrai quoi !
Bon, sinon, attendez, j'reviens
...voila.
J'avais pas vu, merci.