If all you want to do is enumerate the contents of a folder, a DASL
search seems like overkill. A simple PROPFIND operation should suffice.
If you use the Slide WebDAV client library, the easiest way to do this
seems to be to call WebdavResource.listWebdavResources(), which returns
an array of child resources. You can use isCollection() to distinguish
between folders and documents.

-Mirko


On Mon, 2004-11-15 at 10:37, Tim Frank wrote:

> Phillip,
> 
> Here is an example DASL query from the Wiki pages:
> 
> http://wiki.apache.org/jakarta-slide/DASLSearch
> 
> Someone else might know another way.
> 
> Tim


Reply via email to