Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 Re: Forum Games » What's under ctrl+v? » 2017-08-23 05:41:19

if (!File.Exists(path))
            {
                using(var tw = new StreamWriter(path, true))
                {
                    foreach (string line in savedDataLines)
                    {
                        tw.WriteLine(line);
                    }
                    tw.Close();
                }
            }

Board footer

Powered by FluxBB

[ Started around 1716075261.9775 - Generated in 0.029 seconds, 9 queries executed - Memory usage: 1.21 MiB (Peak: 1.27 MiB) ]