G
Guest
can anyone tell me why i sometimes get an IOExcaption with the following code
line1: fs = new FileStream(file, FileMode.Append, FileAccess.Write);
line2: stream = new StreamWriter(fs);
the problem happens with the above and also with stream =
File.AppendText(file)
can anyone help?
line1: fs = new FileStream(file, FileMode.Append, FileAccess.Write);
line2: stream = new StreamWriter(fs);
the problem happens with the above and also with stream =
File.AppendText(file)
can anyone help?