| AbstractFileSetLastWriteTime Method | 
            Sets the date and time that the specified file was last written to.
            
 
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
 Syntax
Syntaxpublic abstract void SetLastWriteTime(
	string path,
	DateTime lastWriteTime
)
Parameters
- path
- Type: SystemString
 Path to file
- lastWriteTime
- Type: SystemDateTime
 Last write time
 See Also
See Also