Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 .NET 修改 FAT32 和 NTFS 中文件和文件夹的“创建日期”属性?
您正在寻找File.SetCreationTime方法或可写FileInfo.CreationTime属性。
File.SetCreationTime
FileInfo.CreationTime