0

Has anyone used this file-list from a folder? so called 'very simple'? we are looking for something to be used as a file storage/file repository module but this seems very complicated to set up for just a simple repository module.

mark
  • 11
  • 4

1 Answers1

0

I assume the folder would be any folder in your portal, not an ADAM folder.

In this case, you just need to write some standard C# using System.IO

Something like explained here: How to recursively list all the files in a directory in C#?

iJungleBoy
  • 5,325
  • 1
  • 9
  • 21