Can somebody tell me the file read and write syntax. I found the following code on the net. but didnt get that.
fs2.Read(fs2Content, 0, (int)fs2.Length);
fs1.Write(fs2Content, 0, (int)fs2.Length);
what exactly first, second and third arguement will do in above statements. pls give me some details regarding this.
Thanks