RE: File::Find on Win32 -- Directory Permissions Denied

2002-01-30 Thread RArul
symbol of "not enough access permissions?" -- Rex -Original Message- From: McCollum, Frank [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 4:52 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: File::Find on Win32 -- Directory Permissions Denied I was using serv

RE: File::Find on Win32 -- Directory Permissions Denied

2002-01-30 Thread McCollum, Frank
riginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 4:46 PM To: McCollum, Frank; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: File::Find on Win32 -- Directory Permissions Denied The script is not intended to run on an internet(server) env

RE: File::Find on Win32 -- Directory Permissions Denied

2002-01-30 Thread RArul
gt; Subject: RE: File::Find on Win32 -- Directory Permissions Denied > > > I do not see that problem as long as 'I' (read user) have > permission. You > can always use the CACLS Windows system command to change > permissions, but > there is usually a good reason not t

RE: File::Find on Win32 -- Directory Permissions Denied

2002-01-30 Thread McCollum, Frank
--Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 4:12 PM To: [EMAIL PROTECTED] Subject: File::Find on Win32 -- Directory Permissions Denied I am trying to use File::Find module on Win NT 4.0 with Activestate Perl to find the directory

RE: File::Find on Win32 -- Directory Permissions Denied

2002-01-30 Thread Nikola Janceski
go here now ## do your stuff here open(STDERR, ">&OLDERR") or die $!; # restore filehandle __END__ You can use the same idea for STDOUT if you need to. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 4:12 PM To: [E

File::Find on Win32 -- Directory Permissions Denied

2002-01-30 Thread RArul
I am trying to use File::Find module on Win NT 4.0 with Activestate Perl to find the directory sizes on a network share drive. If the individual directories are protected by Windows NTFS permissions, the File::Find module throws a warning message on STDOUT saying "Can't opendir(Z:/blahblah): Inval