cancel
Showing results for 
Search instead for 
Did you mean: 

Generating a File structure and File list printout

d_franz
Champ on-the-rise
Champ on-the-rise
I am looking for a solution to generate a list with alle files stored in a site repository. That is a feature the user wants to check if every file is there and to print a actual state.

It would be also very nice to have a visualization of the actual file structure.

Are there any existing solutions?

Thanks in advance!
1 REPLY 1

rjohnson
Star Contributor
Star Contributor
This could be a huge list. How many files do you have?

Obvious choice would be to run a scheduled job (once a day?) and recursively walk the directory tree using Javascript and write the contents to a text file (probably as JSON) and then format that with a FreeMarker template to a readable document.

There is something in the addons site (or Google code - I can't remember which) that is about visualising Alfresco contents.

Bob Johnson