RE: How to test is a folder exists ?

2006-03-23 Thread Ray Sprinkle
: Wednesday, March 22, 2006 8:52 PM To: Slide Users Mailing List Subject: Re: How to test is a folder exists ? Hi Ray, You can tell WebdavResource not to do the default lookups, How do I do this ? I went through the API but did not find something close to do this. but you end up having other problems

Re: How to test is a folder exists ?

2006-03-23 Thread Julian Reschke
Ray Sprinkle wrote: When you create a WebdavResource there is a ctor with an action parameter, there is also a setDefaultAction() method. An action of WebdavResource.NOACTION will prevent any lookups from occurring and as a side effect, make many of the WebdavResource property tests no longer

RE: How to test is a folder exists ?

2006-03-23 Thread Ray Sprinkle
PROTECTED] Sent: Thursday, March 23, 2006 11:04 AM To: Slide Users Mailing List Subject: Re: How to test is a folder exists ? Ray Sprinkle wrote: When you create a WebdavResource there is a ctor with an action parameter, there is also a setDefaultAction() method. An action

RE: How to test is a folder exists ?

2006-03-23 Thread Bart Spedden
is set. -Original Message- From: Julian Reschke [mailto:[EMAIL PROTECTED] Sent: Thursday, March 23, 2006 11:04 AM To: Slide Users Mailing List Subject: Re: How to test is a folder exists ? Ray Sprinkle wrote: When you create a WebdavResource there is a ctor with an action parameter

Re: How to test is a folder exists ?

2006-03-23 Thread Lixin Chu
Subject: Re: How to test is a folder exists ? Ray Sprinkle wrote: When you create a WebdavResource there is a ctor with an action parameter, there is also a setDefaultAction() method. An action of WebdavResource.NOACTION will prevent any lookups from occurring and as a side effect, make

Re: How to test is a folder exists ?

2006-03-22 Thread Lixin Chu
to test is a folder exists ? Hi, I forgot to put this but the problem is that setPath() throws HttpException already the folder does not exist. rgds lixin On 3/19/06, Marco Ferretti [EMAIL PROTECTED] wrote: On Sunday 19 March 2006 09:24, Lixin Chu wrote: How to test is a folder exists

RE: How to test is a folder exists ?

2006-03-21 Thread Ray Sprinkle
get invalid answers. -Original Message- From: Lixin Chu [mailto:[EMAIL PROTECTED] Sent: Monday, March 20, 2006 7:11 PM To: Slide Users Mailing List; [EMAIL PROTECTED] Subject: Re: How to test is a folder exists ? Hi, I forgot to put this but the problem is that setPath() throws