I am trying to opendir
on a SMB mounted server. I'm running XAMPP on a Mac. I keep getting "No such file or directory" but i can cd
to the directory just fine from terminal using the same path.
$dir = opendir("/Volumes/photorepos/Partners");
echo $dir;