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
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 C: (if I remember correctly).
These work for me on Win2K:
print -e 'C:/Perl';
print -e 'C:/Perl/bin/perl.exe';
print