I'm using the openddir function in one of my scripts and I'm running into a problem. Here's the code:<br><br>opendir (DIR,"Some remote directory"
;<br><br>..............<br><br>closedir (DIR);<br><br>now the directory that Im trying to open is and has to be a remote directory (some directory on a computer out there on the network). I cant seem to find out how to do that. I've tried putting \\servername\directoryname and that doesnt work, what do I need to do to get this accomplished?