<?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"; } ?>