2014-01-22 1 views

답변

0

당신은 그

//Change the file created time. 
File.SetCreationTime(path, dtCreation); 
//Change the file modified time. 
File.SetLastWriteTime(path, dtModified); 
에 대해 다음 코드를 사용할 수 있습니다
관련 문제