In the following code segment, $rc is always set to 1 even when I have removed the 
share from the server.

my $rc = Win32::NetResource::AddConnection( { 
          RemoteName => "\\\\DTS_SERVER2\\E\$" } );
print "$rc\n";

Is this a known issue with AddConnection for ActivePerl 5.005_003 Binary build 522?

Linchi 

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

Reply via email to