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?
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?