File: SetLastWriteTimeUtc

SetLastWriteTimeUtc

Sets the last time the file was written to in UTC time.



 Public Sub SetLastWriteTimeUtc(
	  ByVal sPath As String,
	  ByVal LastWriteTime As Variant )

Parameters

sPath
[ByVal] String. The file to set the last written time for.
LastWriteTime
[ByVal] Variant. A Date or cDateTime object of the new time.

Remarks

See Also

Project VBCorLib Overview Class File Overview File Properties File Methods SetLastWriteTime WriteAllbytes