Error!
Success!

File.ReadAllText, WriteAllText, ReadAllLines, WriteAllLines, etc.

0
kicks

File.ReadAllText, WriteAllText, ReadAllLines, WriteAllLines, etc.  (Unpublished)

I found that a lot of people still use StreamReader/StreamWriter for simple file access. You can replace using... StreamReader... ReadToEnd... with a simple call to File.ReadAllText


Kicked By:
Drop Kicked By: