SetLastWriteTime
 Sets the time the directory was last written to in local time.
 Public Sub SetLastWriteTime(
	  ByRef Path As String,
	  ByRef LastWriteTime As Variant )
Parameters
- Path
 - 
[ByRef]
 String.
  The directory to set the new time for.
 
 
- LastWriteTime
 - 
[ByRef]
 Variant.
  A Date or CorDateTime object of the new time.
 
See Also
Project CorLib Overview
Class Directory Overview