Featured
-
No Featured Found!
Tags
AppendAllLines() function in .Net framework 3.5 or similar
Hi !
I was using System.IO.File.AppendAllLines() function in .Net Framework 4.0 but due to some reason I have to migrate my project into .Net Framework 3.5. But in .Net Framework 3.5 I am not able to use this function.
Following is the ...