1
votes
votes
1 answers
File.Create clings on like a b******
Hi all, Can anyone explain to me why this: [code] File.Create("foamy.txt"); File.ReadAllLines("foamy.txt"); [/code] produces a System.IOException and this: [code] using(StreamWriter sw = new StreamWriter(&quo ...
