Directory: SetLastAccessTimeUtc

SetLastAccessTimeUtc

Sets the time the directory was last accessed in UTC time.



 Public Sub SetLastAccessTimeUtc(
	  ByRef Path As String,
	  ByRef LastAccessTime As Variant )

Parameters

Path
[ByRef] String. The directory to set the new time for.
LastAccessTime
[ByRef] Variant. A Date or CorDateTime object of the new time.

Remarks

The directory is set to the actual time passed in.

See Also

Project CorLib Overview

Class Directory Overview