gpt4 book ai didi

c# - 为什么我找不到 FileInfo?

转载 作者:太空宇宙 更新时间:2023-11-03 20:20:46 24 4
gpt4 key购买 nike

我已经添加了这两个:

using System;
using System.IO;

在我的代码中还是找不到FileInfo 类。当我构建我的项目时。错误如下:

'FileInfo' could not be found (are you missing a using directive or an assembly reference?)

我尝试使用全名为 System.IO.FileInfo 的类,同样错误:

'System.IO.FileInfo' could be not be found (are you missing a using directive or an assembly reference?)

它也没有 System.IO 命名空间中的文件类

System.IO 包含类似PathBinaryReader/WriterStreamReader/Writer

我在 VS 2012 中使用 .Net 4.5 来开发一些 Win8 应用程序。

提前致谢。

最佳答案

正如 Hans Passant 所说的那样,System.IO.FileInfo不适用于 Windows 应用商店应用程序。您可以通过查找商店图标 store icon 来查看商店有哪些类型。在MSDN library列表。

关于c# - 为什么我找不到 FileInfo?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13726820/

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