Recursive directory listing in HTML

Recursive directory listing in HTML 1.1

Recursive directory listing in HTML 1.1 Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 536
  • Released: Jun 6, 2007

Recursive directory listing in HTML 1.1 Description

This script contains a function that walks a directory path, listing the files and directories in HTML format.

It can sometimes be handy to get a look at an entire directory tree, and HTML is a good way to display it. This script goes through the directory tree using os.path.walk in a generator, and outputting the results as XHTML 1.1 with CSS.

It is quite possible to use this module in your own programs, since you can get the table independantly of the rest of the HTML document and insert your own CSS. This could be useful in a file search, or a file manager, or any number of things.

Recursive directory listing in HTML 1.1 Keywords

Recursive directory listing in HTML Bookmark

Hyperlink code:
Hyperlink for Forum code:

Recursive directory listing in HTML 1.1 Script Download Notice

Top 4 Download periodically updates information of Recursive directory listing in HTML 1.1 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Recursive directory listing in HTML 1.1 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Simple Directory Listing

Simple Directory Listing is a single file php script which functions as directory listing in an apache http server.It provides many useful ... a particular folder as a "virtual root" for directory listing - Javascript/no javascript - Unicode supported - Thumbnail ...

php directory listing

... pdl, a little php script which makes a directory listing. It shows the inode , file, name (with link), file size, timestamp, permissions, path and directory size. It is styled with some colors. ...

Bobb s PHP File List

... or selected files and subdirectories in a specified directory. Comes in both a basic listing version, and a much more extravagant management version with users and permission schemes. ...

PHPDirList

PHPDirList is a simple, with low-configuration PHP directory indexer. Designed to be called automaticaly by Apache by adding an entry in .htaccess and to replace Apache's standard index pages. Aim is simple UI and simple code. ...

A simple non recursive directory walker

... of os.path.walk(), but without callback function. A simple directory walker, without the burden of creating a callback for os.path.walk().This is also usefull for incremental directory walking (where you want to scan remaining directories in subsequent calls). ...
Python