问题标签 [file-exists]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
7 回答
887 浏览

php - PHP file_exists() 异常

我遇到了这个奇怪的问题:$myImg 变量已从一些本地 html 中提取并指向我要检查的文件。使用字符串变量 file_exists 给出 false,但如果手动插入内容 os 变量,则给出 true。

var_dump($myImg);

输出:string(26) "content/images/1107_16.jpg"

输出:bool(false)

输出:bool(true)

怎么会发生?感谢您提前提供任何帮助

0 投票
2 回答
23286 浏览

vbscript - 检查文件夹中是否存在任何文件(VBScript)

如何检查文件夹中是否存在具有任何名称的文件?我也想忽略子文件夹。

谢谢。

编辑:

认为我已经得到它,但任何贡献也受到赞赏......

0 投票
2 回答
1758 浏览

c# - 如何检查文件是否存储在 Azure Blob 中

我们的网站(即 Azure 站点)上运行了一个 Flash 应用程序。它需要访问 blob 存储中的图像。我必须以编程方式创建一个 crossdomain.xml 文件,因此 Flash 获得跨域限制不会有任何问题。

但由于某种原因,我无法检查该文件是否存在,因此每次加载页面时都会重新创建该文件。我查找的每个示例都在讨论检查 blob 存储容器是否存在,我只想找到这个文件。

0 投票
1 回答
150 浏览

php - 在函数中返回 XML 值

我有一个返回的函数

然后在我的页面上我调用我的 XML 函数

但我明白了

var_dump($page);我得到bool(true)

为什么它不返回我的 XML 数据?


笔记:

如果我

在我的功能中,然后使用

有用。

0 投票
4 回答
3491 浏览

php - PHP文件存在

使用 PHP 我需要确定文件是否存在。

我试过 file_exists() 但权限是有限的,我不相信 PHP 可以读取文件权限。该文件是一张照片,可以通过 URL 查看。

例如:http ://www.seemeagain.com/users/1000002722/gallery_1312973080.jpg

我试过 is_readable() 但我所有的结果都是它不存在。

我还指出了 index.php 中的函数来测试我是否正确使用它们,并且使用 index.php 它们返回正确的预期结果。

是否有不同的 PHP 函数可以用来测试文件是否存在偶然性或技巧?

谢谢你...

0 投票
2 回答
1942 浏览

php - PHP file_exists 将不起作用

我一直file_exists在使用 PHP 中的函数时遇到问题,它总是返回 false,尽管文件在那里,因为我可以删除 if 语句并且它显示得很好。

$filename回声为:

我一直在谷歌上搜索这个,大多数答案是使用 DOCUMENT_ROOT,但它仍然对我不起作用。

任何人都可以对此有所了解,因为它现在真的很烦我。


这似乎解决了它...

我不知道为什么,但我们走了。

0 投票
1 回答
310 浏览

python - How to check if remote file exits behind a proxy

I writing app that connect to a web server (I am the owner of he server) sends information provided by the user, process that information and send result back to the application. The time needed to process the results depends on the user request (from few seconds to a few minutes).

I use a infinite loop to check if the file exist (may be there is a more intelligent approach... may be I could estimated the maximum time a request could take and avoid using and infinite loop)

the important part of the code looks like this

Behind a proxy the loop never ends, but if i change the code for something like this,

i.e. I wait enough time to ensure that the file is created before trying to read it, I indeed get the file :-)

It seems like if mechanize ask for a file that does not exits everytime mechanize will ask again I will get no file...

I replicated the same behavior using Firefox. I ask for a non-existing file then I create that file (remember I am the owner of the server...) I can not get the file. And using mechanize and Firefox I can get deleted files...

I think the problem is related to the Proxy cache, I think I can´t delete that cache, but may be there is some way to tell the proxy I need to recheck if the file exists...

Any other suggestion to fix this problem?

0 投票
4 回答
7495 浏览

android - 如何检查 FTP 服务器上是否存在文件?

我在 android 上使用 apache FTPClient。我想从 ftp 服务器下载一个文件。但我想在下载之前检查它是否存在于服务器上。我怎样才能检查这个?

谢谢,

我的代码:

0 投票
2 回答
564 浏览

perl - 给定文件路径,如何获得第一个现有的祖先目录?

在 Perl 中,如果给定一个文件路径,你如何找到第一个存在的祖先?

例如:

  • 如果给定路径/opt/var/DOES/NOT/EXIST/wtv/blarg.txt和目录/opt/var/DOES/不存在但目录/opt/var/存在,则结果应为/opt/var/.
  • 如果给定的路径/home/leguri/images/nsfw/lena-full.jpg和目录/home/leguri/images/nsfw/不存在,但目录存在/home/leguri/images/,则结果应该是/home/leguri/images/.

是否有一个模块或功能可以做到这一点,或者只是分割路径/和测试存在的问题?

0 投票
4 回答
1488 浏览

iphone - iPhone如果文件存在问题

从我见过的所有例子来看,我相信我做对了。这是我的代码:

您可以假设“image_path”等于“images/hotels/thishotel.jpg”。

现在首先,让大家明白,“hdrHotels.jpg”在基本目录中。而“images/hotels/thishotel.jpg”是实际的子目录(蓝色文件夹)。我也尝试过使用:

在“images/hotels/thishotel.jpg”前面添加一个前导“/”。在这两种情况下发生的情况是,无论图像是否存在,“if”语句都是错误的。我不确定我做错了什么。任何帮助将不胜感激。

编辑:

我变了:

到:

但这仍然没有奏效。

我也试过:

没有运气。

- - - - - - - - - - - - - - - - - 回答 - - - - - - - - -----------------

所以,是的,我终于想通了。我无法回答我自己的问题,因为我还没有 100 个代表,但这是解决方法。