标签: c# .net file-io
我想知道如何在C#中更改文件创建时间?
答案 0 :(得分:55)
您可以使用System.IO命名空间中的以下method:
System.IO
File.SetCreationTime(fileName, fileTime);