

Main Categories
Most popular tutorials
Latest tutorials on Geekpedia
RSS and Klip feeds
More Resources
CoDe Magazine
We have 33 File IO tutorials, you can see below:
When using a variety of input methods to accept a file path and file name, the format of the results can vary. To avoid the problems of checking for path separator characters and adding or removing them as required, .NET provides a method to provide this.
A brief introduction to the .NET System.IO.Directory class
Fixing System.IO.Directory.CreateDirectory() security bug.
Article showing how to read file and folder icons from C#, and then building a management class to maintain file icons in up to two ImageList objects.
This article describes a recursive method for copying files to different
Getting information of Files and Directories
Some time ago, I faced a different concept of file when I worked on a mainframe: one that holds multiple other files. Since then, I tried to reproduce this behavior in .NET.
An article on processing a File using the FileSystemWatcher class
The article shows how to get the detailed information of a file like comments, author...
Exploring the fastest way to read structures from a binary file in C#.
How to implement creation and extration of MS CAB files.
A way to modify Zip archives without extracting them completely.
Scans through the directory recursively and calculates the total size.
Quick directory copy to another directory.
An easy to use file system class supporting threads.
A set of classes which can get differences between two folders and which can synchronize them according to basic rules
Simple C#/.NET tip to copy an entire directory tree to another directory
This article describes how to assign an icon to a folder in Windows Explorer, using C#.
An application that monitors a directory and maintains a copy of it.
The .NET framework doesn\'t have a Directory.Copy() method. So I developed one myself.
Sometimes the search engine integrated with Explorer doesn\'t work fine, especially when I try to find text contained into files, so I decided to build my own search program.
An efficient solution for finding files.
Permits simple access to ini files
Read and write any configuration file with ease
File access can mean two different things in C#. The most obvious meaning is the storage and retrieval of data on the disk. A second meaning, however, involves the way that C# source code is grouped into source files.
In this article, I\'ll show how to get file version information, using C#.
Use Windows shell API in C# to decompress Zip files, without showing the Copy Progress window.
When developing a Windows Forms application that loads documents, setting custom file types adds greatly to the professional feel of the software. This article explains how to programmatically check your file type is registered and register it if not.
This step-by-step article demonstrates how to compare two files to see if their contents are the same. This comparison looks at the contents of the two files, not at the file names, locations, dates, times, or other attributes. This functionality is similar to the MS-DOS-based Fc.exe utility that is included with various versions of Microsoft Windows and Microsoft MS-DOS, and with some development tools.
If an application provides the facility to use files, Windows users expect to see recently loaded items in the My Recent Documents section of their Start menu. This functionality is missing from the .NET framework 2.0 so the Windows API is used.
Sometimes the search engine integrated with Explorer doesn\'t work fine, especially when I try to find text contained into files, so I decided to build my own search program.
Use Windows shell API in C# to decompress Zip files, without showing the Copy Progress window.
An article on creating a simple Window Explorer using C# without Interop.