Home All Groups Group Topic Archive Search About

browse files on Share point server

Author
16 Jun 2006 8:41 AM
Miro
Hello!

I need to write a simple application that lists all files in a folder on a
Share Point Server. Can I use Directory.GetDirectories() and GetFiles()
functions?

The program is for my customers so I don't have the server available for
tests. They can view the files in Explorer with http://... paths.

Author
16 Jun 2006 9:09 PM
John Timney (MVP)
You'll need to find some form of webdav component as sharepoint exposes
library browsing via webdav over http, or you could use the webresponse and
webrequest methods and do it the old fashioned way.

http://msd2d.com/Content/Tip_viewitem_03NoAuth.aspx?section=Sharepoint&id=FE236401-12DD-42EB-9A47-02005DE37A9B

Regards

John Timney (MVP)


Show quote
"Miro" <M***@discussions.microsoft.com> wrote in message
news:68DD3AF7-924D-459F-9AD6-67536FE72EDB@microsoft.com...
> Hello!
>
> I need to write a simple application that lists all files in a folder on a
> Share Point Server. Can I use Directory.GetDirectories() and GetFiles()
> functions?
>
> The program is for my customers so I don't have the server available for
> tests. They can view the files in Explorer with http://... paths.
>

AddThis Social Bookmark Button