2014-01-22 64 views

回答

0

您可以使用下面的代碼爲

//Change the file created time. 
File.SetCreationTime(path, dtCreation); 
//Change the file modified time. 
File.SetLastWriteTime(path, dtModified); 
相關問題