Re: File existence under Microsoft IIS

2003-09-06 Thread Mike
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

RE: File existence under Microsoft IIS

2003-09-06 Thread Charles K. Clarkson
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

Re: File existence under Microsoft IIS

2003-09-06 Thread Mike
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

RE: File existence under Microsoft IIS

2003-09-05 Thread Hanson, Rob
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