RE: Unlink and UNC paths

2004-10-14 Thread Hon Shi
AIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Adam R. Frielink > Sent: Thursday, October 14, 2004 9:37 AM > To: Perl Win32 List > Subject: RE: Unlink and UNC paths > > > > > > > > > I would guess that $flist would need the same escapin

RE: Unlink and UNC paths

2004-10-14 Thread Peter Guzis
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gerber, Christopher J Sent: Thursday, October 14, 2004 9:53 AM To: Adam R. Frielink; Perl Win32 List Subject: RE: Unlink and UNC paths > > I would guess that $flist would need the same escaping on > > the \ that > > the fir

RE: Unlink and UNC paths

2004-10-14 Thread Su, Yu (Eugene)
r v5.8. Thanks in advance for helps. eugene -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Adam R. Frielink Sent: Thursday, October 14, 2004 9:37 AM To: Perl Win32 List Subject: RE: Unlink and UNC paths > > > I would guess that $flist would need the same

RE: Unlink and UNC paths

2004-10-14 Thread Gerber, Christopher J
> > I would guess that $flist would need the same escaping on > > the \ that > > the first part of your UNC path has or change to ''.. > > No luck on escaping the '\' either. Anyone have another idea? > > > > >> unlink "SERVER\\C\$" . $flist; > >> $flist contains "\TEMP\file.tar.gz"; > >>

RE: Unlink and UNC paths

2004-10-14 Thread Adam R. Frielink
> > > I would guess that $flist would need the same escaping on the > \ that the > first part of your UNC path has or change to ''.. > > HTH > > Steven > No luck on escaping the '\' either. Anyone have another idea? > > >> unlink "SERVER\\C\$" . $flist; >> >> $flist contains "\TEM

RE: Unlink and UNC paths

2004-10-13 Thread Steven Manross
I would guess that $flist would need the same escaping on the \ that the first part of your UNC path has or change to ''.. HTH Steven -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adam R. Frielink Sent: Wednesday, October 13, 2004 12:00 PM To: Perl Wi