Hello-
I'm trying to read the contents of a mapped drive, but it's not working:
$path = "Z:\\";
$dh = opendir($path) or die("failed");
It fails, and I have no idea why. The mapped drive says that "Everyone" has read permissions. The drive is definitely mapped and connected. What else could be clocking this???
Thanks!
Mac
opendir() : mapped drive issue
Moderator: General Moderators