gpt4 book ai didi

c# - 无法从 File.Exists() 的方法组中选择方法

转载 作者:行者123 更新时间:2023-12-04 00:43:57 34 4
gpt4 key购买 nike

我收到错误“无法从方法组中选择方法。您是否打算调用该方法”。

if ((!File.Exists(pathString + "\\" + fileName + ".cs")) &&
(!File.Exists(pathString + "\\" + fileName + ".vb")) &&
(!File.Exists(pathString + "\\" + fileName + ".c")) &&
(!File.Exists(pathString + "\\" + fileName + ".cpp")))

最佳答案

只需在程序顶部使用 using SO=System.IO.File.Exists 并使用 SO.File.Exists

关于c# - 无法从 File.Exists() 的方法组中选择方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22241882/

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