Copy a file in C Sharp/C# without using FileInfo By Malik | May 16, 2011 1 Comment Hi, We have discussed here copying a file using FileInfo. Now we are going to see how we can do the same without using FileInfo in C Sharp/C#.
How to create a text file in C# ? By Malik | April 23, 2011 4 Comments Hi, How can you create a text file in C# and write to it? Sometimes you may need to create a text file using C sharp program. Here is how you can do that. 🙂