gpt4 book ai didi

c# - 如何找出文件是否存在于 C#/.NET 中?

转载 作者:IT王子 更新时间:2023-10-29 03:30:36 25 4
gpt4 key购买 nike

我想测试一个包含文件路径的字符串是否存在该文件(类似于 Perl 中的 -e 测试或 os.path.exists() 在 Python 中)在 C# 中。

最佳答案

使用:

File.Exists(path)

MSDN:http://msdn.microsoft.com/en-us/library/system.io.file.exists.aspx

编辑:在 System.IO 中

关于c# - 如何找出文件是否存在于 C#/.NET 中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38960/

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