Perchè questo script caricato su www.miodominio.it non funge e anche se il file è presente mi dice sempre che non lo è ?

if ( file_exists("C:\Album\Motion 1.avi") ) {

echo "FILE PRESENTE..";

}
else
{

echo "FILE NON PRESENTE..";

}


Grazie
salutotutti/e

tom