View Full Version : display directory tree
Lucia
09-17-2002, 02:32 AM
how can i display a server directory tree (with subfolders) in a webpage?(unless FTP view...)
Thanks !
Dynasty
09-17-2002, 03:27 AM
Well you'd have to use a scripting language like php or asp.
Something like this in php
<?php
$dir = "/";
$dh = opendir( $dir );
while ( gettype( $file = readdir( $dh )) != boolean )
{
if ( is_dir( "$dir/$file" ) )
{
echo "$file <br>";
}
}
closedir( $dh );
?>
Well not exactly. That displays folders in the root.
BoR|S
09-17-2002, 09:39 AM
Or an easier way (depends on the server preferences) suggested here (http://developers.evrsoft.com/forum/showthread.php?s=&threadid=177) .
-TheDarkEye-
09-17-2002, 11:34 AM
easier but less functional.
Dynasty
09-17-2002, 12:33 PM
Plus not very secure really, letting people browse a directory :P
BoR|S
09-18-2002, 08:52 AM
Well, wasn't that what he wanted?
Dynasty
09-19-2002, 02:11 AM
I think all he wanted was a list of all the directories and sub directories, not the files within.
BoR|S
09-19-2002, 09:08 AM
Oh, whatever, let it be, my suggestion also allows him to navigate :cool:
jean3167
09-16-2009, 02:14 AM
I am using print directory (http://www.print-directory.com) on My Computer or Windows Explorer, To print information about all your files. Print Directory can print the name of every file on a drive, along with the file's size, date and time of last modification, and attributes (Read-Only, Hidden, System and Archive)! And now, the list of files can be sorted by name, size, date.
ennavakillesal
10-13-2009, 07:37 PM
Nice to see you around guys.
____________________:confused:
Please contact me
VANNESSA@sycodas.am
THRESA@sycodas.co.ee
RETTA@sycodas.gr
PIA@sycodas.hu
PATIENCE@sycodas.ru
Bonfiglio
04-10-2010, 02:31 AM
I think Print Directory may do your work.
Find Here : http://www.print-directory.com
Netrogrez
01-08-2012, 07:40 AM
http://www.nevyandex.ru/uploads/posts/2012-01/nevyandex.ru_foto-prikoly_novyy-god-i-koty_3.jpeg
Фото (http://www.nevyandex.ru/foto-prikoly/10111-novyy-god-i-koty.html) источника.
Netrogrez
01-09-2012, 05:03 AM
http://www.nevyandex.ru/uploads/posts/2012-01/nevyandex.ru_demotiveyshen_pyatnichnye-demotivatory_14.jpeg
Фото (http://www.nevyandex.ru/foto-prikoly/10111-novyy-god-i-koty.html) источника.
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.