----- Original Message -----
From: "Martin James S" <[EMAIL PROTECTED]>
To: "Perl-Win32-Users Mailing List E-mail 2"
<[EMAIL PROTECTED]>
Sent: Friday, January 26, 2001 4:20 PM
Subject: -e and UNCs


> Do the dash -e file tests work on UNCs?
>
> for example
>
> if (-e "//serverbob/c$/file.txt")
>
> {
> print "yes\n";
> }
>
> I'm having problems get it to work, yes I have admin priviledges on the
> other box.
>

Yes.  Try "//serverbob/c\$/file.txt"  or   "\\\\serverbob\\c\$\\file.txt"




_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to