| FileSetLastWriteTime Method  | 
            Sets the date and time that the specified file was last written to.
            
 
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 11.0.0
Syntaxpublic override void SetLastWriteTime(
	string path,
	DateTime lastWriteTime
)
Parameters
- path
 - Type: SystemString
Path to file. - lastWriteTime
 - Type: SystemDateTime
Last write time. 
See Also