browse files on Share point server

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
Back
Top