How do I handle network paths that require a login ? > -----Original Message----- > From: Timothy Johnson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 14, 2003 2:14 PM > To: 'Paul Kraus'; Perl > Subject: RE: Directory Handle - Network Math NOT mapped > > > > It shouldn't be a problem. Just use the UNC path. > > opendir(DIR,"//computer/share/folder") || die "could not open > folder!"; > opendir(DIR,"\\\\computer\\share\\folder") || die "could not > open folder!"; > > -----Original Message----- > From: Paul Kraus [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 14, 2003 10:41 AM > To: Perl > Subject: Directory Handle - Network Math NOT mapped > > > how can I create a directory handle for network path? is it > possible without having a mapped drive? > > Paul Kraus > Network Administrator > PEL Supply Company > 216.267.5775 Voice > 216-267-6176 Fax > www.pelsupply.com >
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]