Click to See Complete Forum and Search --> : FileWriter


Bodomchild
March 19th, 2003, 04:32 AM
Does this:

llog = new PrintWriter(new BufferedWriter(new FileWriter(log_dat_name,true)));

create the file, that stands behind "log_dat_name" if it doesnt't exist?

Bodomchild
March 19th, 2003, 05:07 AM
I found the answer myself....