File "file_exists.php"
Full Path: /home/analogde/www/FTP/Monsta-FTP-master/file_exists.php
File size: 215 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
$path = "~/www/Document_workarea/patrice/Test/93522827_016_5bab (5).jpg";
$chemin = str_replace("~", "/home/analogde/", $path);
echo "Path : " .$chemin;
if( file_exists($chemin))
{
echo "Zoulou";
}
?>