Jump to content

Directory \ File listing


kickassamd

Recommended Posts

Was wondering if anyone has already built something that can list all files and directories \ sub directories..

 

I can list files and directories, But im wanting to do it with a twist...

 

DIRA

--filename.txt

--filenameb.txt

DIRb

--something.jpg

--subDIR

----filename.txt

 

I would like to list them in some sort of tree view instead of listing the flat out...

 

Any ideas? Or pre-written scripts?

Link to comment
https://forums.phpfreaks.com/topic/44827-directory-file-listing/
Share on other sites

use the php dir functions, and wrap each directory in a paragraph, and set the indent from the left with css or something which increases say 10px for each sub directory

 

or generate an xml file of the dir structure and display it that way either using xls, or javascript

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.