Top "File-exists" questions

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

Finding a file with a specific name with any extension

Please note that I want the compartment number to change. <?php $compartment = "1"; /* HERE I NEED SOME SCRIPT TO FIND …

php file-extension file-exists
Makefile - Make dependency only if file doesn't exist

Like the title says, I would like to make a dependency only if a certain file does not exist, NOT …

makefile dependencies target file-exists
Case sensitive Directory.Exists / File.Exists

Is there a way to have a case sensitive Directory.Exists / File.Existssince Directory.Exists(folderPath) and Directory.Exists(folderPath.…

c# file directory case-sensitive file-exists
Checking a file existence on a remote SSH server using Python

I have two servers A and B. I'm suppose to send, let said an image file, from server A to …

python file-io file-exists
Check if URL exists or not on Server

This is my code which I am using to verify, URL exists or not on Server, but always getting not …

android url android-asynctask thread-safety file-exists
How can you check if a file exists before including/importing it in JSP?

Assuming that requestScope.importMe is expecting a path to a JSP file <c:choose> <c:when test="${!…

jsp import jstl file-exists
Why does 'File.exists' return true, even though 'Files.exists' in the NIO 'Files' class returns false

I am trying to determine if a file exists in a network folder: // File name is "\\QWERTY\folder\dir\A123456.…

java file nio file-exists
file_exists() isn't finding the file

if(file_exists("./squadra/photos/photog.jpg")) { echo "### YES ###"; } else { echo "### NO ###"; } if i run this function on /zones/team.…

php relative-path file-exists
Wait until jquery ajax request is done and return value

I want to wait until ajax call complete and return the value. function isFileExists(url) { var res = false; $.ajax({ type: "…

jquery ajax return-value file-exists
C# File.Exists returns false, file does exist

Using VS 15, C# with .Net 4.5.2 The computer is on an AD network, with the ad name "AD". This problem happens …

c# file file-exists