This may help. http://www.zope.org/Members/jfarr/HowTo/DTML_with_LocalFS Reading the code helps too :-) On Fri, 25 Apr 2003, J Cameron Cooper wrote:
Premise: Create a method of displaying files (in browser with URL linking) from a Local File System in Zope that can be traversed.
I have already installed the LocalFS product and it seems to work fine, as least for the first level of file/folders. But I need to be able to traverse down an infinite (well a lot) number of directories so that users can select a specific file. Like I said the first level is easy since I am in the "Zope Environment", but I can not figure out how to keep traversing the path (URL Link) once I have moved out of the Zope system and into the LocalFS. I have been unable to add a DTML file in the LocalFS to load the next level, or at least I can't figure out how.
...