File.Exists未检测到文件 [英] File.Exists is not detecting file

查看:72
本文介绍了File.Exists未检测到文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

其中abc = newfolder\file1.deploy

File.Exists(abc)

{

//文件

}





它不是检测文件:(

解决方案

< blockquote>你在这里使用相对路径。你确定你当前的路径是你认为的路径吗?

使用Directory.GetCurrentDirectory [ ^ ]要检查的方法。


where abc= newfolder\file1.deploy
File.Exists(abc)
{
// File
}


Its not Detecting File :(

解决方案

You are using relative path here. Are you sure your current path is the one you think it is?
Use Directory.GetCurrentDirectory[^] method to check.


这篇关于File.Exists未检测到文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆