Top "File-exists" questions

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

Tcl + Check file existence

I'm trying to check if a file exists or not in Tcl, but I can't seem to get a true …

file tcl expect file-exists
PHP Rename File name if Exists Append Number to End

I'm trying to rename the file name of an image when it's uploaded if it exists, say if my file …

php file-upload upload rename file-exists
PHP check file exists without knowing the extension

I need to check if a file exists but I don't know the extension. IE I would like to do: …

php file-extension file-exists
Checking if image exist in my local resources

net/C# application I have list of items. In the code behind: I want to assign a picture from my …

c# asp.net file-exists
Twig check if file exists

Hello so I am using slim framework and twig, and here is my current code in php: $filename = '/path/…

php twig file-exists
Check if file exists in C++

I'm very very new to C++. In my current project I already included #include <iostream> #include <Windows.…

c++ file file-exists
How to check if file exists in Google Cloud Storage?

I have a script where I want to check if a file exists in a bucket and if it doesn't …

python google-cloud-storage file-exists
VBScript to move file with wildcard, if it exists

I am attempting to create a script that checks for the existence of archived eventlog files and, if any files …

vbscript wildcard file-exists
Java isFile(), isDirectory() without checking for existence

I want to check if a given String is a file or a directory, i've tried the methods isFile() and …

java file file-exists
check if file exist in folder

My script: $secret = check_input($_GET['secret']); if(isset($_POST['register'])) { if (isset($secret) || !empty($secret)) { if (file_exists(ROOT . …

php file-exists