如何在C#中更改文件创建时间?

我想知道如何在C#中更改文件创建时间?

您可以使用System.IO命名空间中的以下方法 :

 File.SetCreationTime(fileName, fileTime);