Forum Moderators: coopster
<?php
$filename="file:\\erp3\sasi.txt";
if (file_exists($filename)){
echo "Yes";}
else {
echo "No";}
?>
The output is "No". The file "sasi.txt" is in sharing mode in that PC.I am able to open it in my server PC through My Network Places in Windows XP. The address above is pasted from the address bar of My Network Places.