Hi,
Name of folder - within that -pdf folder - image folder - doc folder.
What I wish to be able to do is have files within these folders. That can be read by a python script.
I don't know python or perl, but in php including a text file is easy:
include <name of text file>;
In one of my sites I let the script search directories and display the filenames of that directory. The user can select which one he wants to see or download.
By adding new directories, even in several levels, it's possible to add nearly anything dynamically, with no code changes.