Related resources for Files in C#
  • Find Files in C#3/30/2022 9:26:32 AM. I have developed a small application in c#, which helps in searching u'r hard disk for files of the desired extention.
  • Split and Merge files in C#3/28/2022 10:43:02 AM. This example shows how to split and merge files in C# .Net.
  • FileStream - Read or Write Data Streams1/5/2022 9:20:29 AM. FileStream class can be used to read/write data to a file with the help of StreamReader and StreamWriter classes.
  • Open a File in C#1/7/2020 2:18:32 PM. In this article, we are discussing how to use the File.Open() and File.OpenRead() methods in C#.
  • Playing Audio and Video Files In C#8/25/2019 12:22:57 PM. This article shows to develop a windows application for playing audio and video files using c#.net.
  • Modified Files Finder in C#8/21/2014 3:45:08 PM. This article explains how to get the list of all the files that you have modified in the directory and subdirectory.
  • MultiPlayer in C# 9/29/2012 7:38:47 AM. MultiPlayer is a programm developed in C# and Windows Forms plays all kinds of media files.
  • HJ PDF in C#9/29/2012 7:07:34 AM. This program allows you to download all Italian Hacker Journal issues into PDF files for free.
  • Write to a File in C# 8/6/2012 11:53:50 PM. In this article we will discuss about how to write to a File in C#.
  • Compare Two XML Files Using .Net5/20/2012 5:49:57 AM. In this tool, we Validate the schema and compare the data's of two XML files.
  • Using CSV and Other Delimited Files in C#3/3/2010 1:57:51 AM. This article describes delimited text files of data and in particular Comma-Separated Values (CSV) files.