
January 29th, 2007, 08:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 877
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
A Look at C# Directory and DirectoryInfo Classes
Have you ever tried to understand the organization and interaction between the classes in the System.IO namespace? In this article I talk about two of the classes available in this namespace, the Directory and DirectoryInfo classes. You will learn how to manipulate directories. You will also learn how to use the properties of those classes to return some useful information.
Read the full article here: A Look at C# Directory and DirectoryInfo Classes
For more discussion go here: Blog Article Discussion
|