.NET     Console.WriteLine( "All Things .NET" );
.NET Nerd Blog Home
6.25.2002

 

File Manipulation


System.IO
DirectoryInfo, FileInfo -- check the Exists property after construction to see if valid.
DirectoryInfo.GetFiles( "blah*.txt" )
FileInfo.CreationTime, LastAccessTime, LastWriteTime


Comments: Post a Comment

Powered by Blogger