
Create a Touch utility
The SetCreationTime, SetLastWriteTime, and SetLastAccessTime methods of the System.IO.Directory class let you modify the date attributes of a file or directory: ‘ Change the access date- and time of all files in C:DOCS.For Each fname In Directory.GetFiles(“c:docs”) File.SetLastAccessTime(fname, Date.Now)Next The SetCreationTime can easily create a “touch” utility that modifies the