Top "File-exists" questions

A "FileExists" method provides a mechanism to determine if a specified path/file exists.

php file_exists is returning false even if file exist on my linux

This question has been asked many times, but none of the answers I found helped me. I am trying to …

php linux file-upload file-exists
check if file with certain file extension present in folder using batch script

I want to check a certain file extension in the folder using batch script Its like, if exist <any …

batch-file file-extension file-exists
Can Jenkins pipeline function fileExist handle wildcards?

Can Jenkins pipeline function fileExist handle wildcards? I do have a zip file in the workspace folder. Following code gives …

jenkins groovy jenkins-pipeline file-exists
file_exists() or is_readable()

Which one should you use when you want to include a PHP file? if(file_exists($file) require "$file"; or …

php include require file-exists
How to properly use Coldfusion's FileExist() method?

I don't use coldfusion much at all, I'm needed to patch up some code though. Basically I'm trying to check …

coldfusion file-exists
Check whether the path exists on server or not in Java

I'm creating a Java program in which I upload a file to a server on a particular path. I am …

java sftp jsch file-exists
How to keep checking for a file until it exists, then provide a link to it

I'm calling a Java program with a PHP system call. The Java program takes a while to run but will …

php file-exists
Can MySQL check that file exists?

I have a table that holds relative paths to real files on HDD. for example: SELECT * FROM images --> …

mysql file-exists
PHP file_exists but rename fails "No such file or directory..."?

Thinking creation of the file in question lags a bit behind the offending function, I tried running a while loop …

php rename file-exists
Check If A Portion Of A Filename Exists

So I know in the following code example, it checks to see if a file exists (full filename)... If My.…

vb.net file-exists