Appending a file in C#
I want to know how to append a file in C#,it should not delete the original content of the file . How to do it for beginning of a file , i am doing this for a log file .
Member • Mar 3, 2010
Member • Mar 3, 2010
Member • Mar 4, 2010
Lets say we have two files, file1, file2.arkI have tried its working but its appending at the end of file but in my case i need to append to beginning of the file without altering the contents of the file .
Member • Mar 4, 2010
Member • Mar 4, 2010
Member • Mar 4, 2010