
January 30th, 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# File and FileInfo Classes
When you think about creating files programmatically in C# you have the option of using the File class or the FileInfo class. In this article, we are going to create, copy and move files using those classes. This is the second article in a multi-part series.
Read the full article here: A Look at C# File and FileInfo Classes
For more discussion go here: Blog Article Discussion
|