
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