Help Me! Read Directory

Hi to all friends !
i have Folder with unlimited (maybe) sub folders . and last sub folders have unlimited(maybe) files.
i want a code for this Event.
Read the Directory (for Example: Data\Test).
and for each Directory make a Group box with it self name and create a link
for its files.“all files are HTML” (fore example:
Group Box One “Test”
Link1
Link2
Link3

Group Box Tow “Test2”
Link1
Link2
Link3

Can You Help Me?
thank before your Answer.:slight_smile:

You will need to use a server-side language such as ASP/.NET/PHP to read the folder structure, JS is client side only!