opendir() : mapped drive issue
Posted: Tue Jun 06, 2006 4:13 pm
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
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