Directory: SetLastAccessTime

SetLastAccessTime

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



 Public Sub SetLastAccessTime(
	  ByVal Path As String,
	  ByVal LastAccessTime As Variant )

Parameters

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

Remarks

The UTC offset is removed from the time before setting the directory.

See Also

Project VBCorLib Overview Class Directory Overview Directory Properties Directory Methods SetCurrentDirectory SetLastAccessTimeUtc