K. Clarkson" <[EMAIL PROTECTED]>
To: "'Mike'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Sunday, September 07, 2003 1:54 AM
Subject: RE: File existence under Microsoft IIS
> Mike <[EMAIL PROTECTED]> wrote:
>
> : To elaborate, I had to s
Mike <[EMAIL PROTECTED]> wrote:
: To elaborate, I had to set 2 path variables. One to
: define the absolute path of the uploaded image files on
: the web server, and the other to define the relative
: path (from the perl program) to the image files.
There is no need to use relative paths from
OTECTED]>
Sent: Saturday, September 06, 2003 11:23 AM
Subject: RE: File existence under Microsoft IIS
> The -e test does work on MS-Win, not sure what the problem might be. One
> thing I can think of is that you should avoid relative paths because IIS
> will set the current directory to
rl/bin/perl.exe';
print -e 'C:/Program Files';
print -e 'C:/Program Files/WinZip';
Rob
-Original Message-
From: Mike [mailto:[EMAIL PROTECTED]
Sent: Friday, September 05, 2003 9:13 PM
To: [EMAIL PROTECTED]
Subject: File existence under Microsoft IIS
Hello,
I have b
Hello,
I have been trying a number of ways to determine whether a file exists in a particular
directory, but to no avail.
The perl books I have (and many web sites/forums I have checked) mention the '-e' test
on a filehandle or filename, but it returns false (the file does not exist) even if it