blah blah blah is here! blah blah » Close

1
votes
1 answers

File.Create clings on like a b******

foamy
2499

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

Feedback