Hello, I have a newbe question, which puzzles me for the last 2 days. In my simple webdav client application call to list() on a WebdavResource object returns an array with names of all files on a current path and the name of a current directory, but no subfolders in it. For example, if I have a folder "folder01" with "file01", "file02", "subfolder01", and "subfolder02", when list() will return an array with "file01", "file02" and "folder01" in it, and not "file01", "file02", "subfolder01", "subfolder02", as I expected.

Client bundled with slide distribution shows the same behaviour. So my question is, do I miss some important point about webdav interaction, and what would be the right way to learn correct file structure on a webdav server?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to