gpt4 book ai didi

c# - 在 Windows XP 中获取最近的文件夹和最近的文件

转载 作者:太空宇宙 更新时间:2023-11-03 22:12:52 29 4
gpt4 key购买 nike

我写了一些代码通过使用在 C# 中获取最近的文件夹和文件

DirectoryInfo d = new DirectoryInfo(
System.Environment.GetFolderPath(
Environment.SpecialFolder.Recent)).

它在windows 7中运行良好,但在windows xp中无法运行。
因为在XP中没有“C:\Users\AppData\Roaming\Microsoft\Windows\Recent”的文件夹。那么在windows xp中如何获取最近的文件呢?

最佳答案

在 Windows XP 上,System.Environment.GetFolderPath(Environment.SpecialFolder.Recent) 不会返回“C:\Users\AppData\Roaming\Microsoft\Windows\Recent”,它会返回正确的小路。在我的例子中,这是“C:\Documents and Settings\daniel.hilgarth\Recent”。

关于c# - 在 Windows XP 中获取最近的文件夹和最近的文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6029498/

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