if the path contains a Greek character the file_exists will always return false, otherwise it works as it should.
(I display Greek characters all over my page with out any problem)
if( file_exists($path) )
return true;
else
return false;