gpt4 book ai didi

c# - 使用 File.SetCreationTime 和 File.SetLastWriteTime 使 Windows 资源管理器隐藏文件的这些详细信息

转载 作者:行者123 更新时间:2023-12-04 11:39:22 31 4
gpt4 key购买 nike

我在尝试在文件上设置 CreationTime 和 LastWriteTime 时遇到了一些奇怪的事情。

DateTime nDT = new DateTime(1974, 12, 23,10,31,34);
string path = @"C:\Users\matte\Desktop\Desktop_Test.zip";
File.SetCreationTime(path, nDT);
File.SetLastWriteTime(path, nDT);
我在控制台应用程序中使用此代码,当它运行时,它会更新这些属性,但相关值从 Windows 资源管理器中消失。
File with new CreatonTime and LastWriteTime
我做错了什么吗?

最佳答案

如果日期在 1980, 1, 1 之前,我想你不会看到它。文章太多了,但对我来说有意义的是 https://superuser.com/questions/796762/what-is-the-range-of-dates-that-windows-explorer-can-display .

关于c# - 使用 File.SetCreationTime 和 File.SetLastWriteTime 使 Windows 资源管理器隐藏文件的这些详细信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68149469/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com