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.
我想确定是否存在 UNC 文件。我创建了一个 FileInfo 对象,然后调用 FileInfo.Exists。但它偶尔会返回 false,即使文件确实存在。
如何准确确定 UNC 文件是否存在?
您不能在一般意义上这样做,因为正如 Ben 所提到的,您可能没有 ACL 来查看它是否存在。话虽如此,确定文件是否存在(根据您的方案)的最佳方法是尝试打开文件