Click or drag to resize
AbstractFile.SetLastWriteTime Method
Sets the date and time that the specified file was last written to.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public abstract void SetLastWriteTime(
	string path,
	DateTime lastWriteTime
)

Parameters

path
Type: System.String
Path to file
lastWriteTime
Type: System.DateTime
Last write time
See Also