Please Visit:
Personal Website
Forum
Statistics
Trackers
Mailing List
WAP GuestBook

Support This Project

GPL v3

Get HTML Directory Lister at SourceForge.net. Fast, secure and Free Open Source software downloads

SOFTPEDIA "100% FREE" AWARD

Introduction:

This program developed using C-Sharp with .Net 2.0 framework. Features such as, background threading, XML output, HTML output makes this program different from other similar projects. Also, .Net framework (2.0) is very common on user-machine, therefore no need to download additional libraries. Result can be stored into XML or HTML format. XML file contains more detailed information about each file such as, type of file, size of file. XML file have very simple structure. Such XML structure then get rendered into HTML file. Generated HTML file uses external tree view java-script to display files and folders in proper order. Background threading enables this program to handle exceptions thrown while running, if any, without interrupting main program thread which makes this program more stable.
Tested on windows vista platform as well as on mono for windows platform.

News:

Change Log:

v3.3
- Added 'Configuration' tabpage for all configuration options
- Added selection of file-properties like size, type, attributes, last modiefication date, last accessed date, creation date
- Added file-name to be display as link option.

v3.1
- created class library 'DirList.dll' which contains all required functions for both 'Directory_Lister.exe' (main) and 'DLSync_GUI.exe' (plug in).

v3.0
- Added 'Auto-Sync' functionality to use with provided plug in.
- Improved directory listing by changing XML schema.

v2.7
- Implemented background thread.

v2.4
- Improved XML schema
- Files get stored into 'stored_files' folder

v2.3
- Implemented escape character rule for XML schema
- referenced DLL merged into EXE

v2.1
- Separate DLL file from main EXE

v2.0
- Created first Windows Form release version of Directory Lister.

License:

This program released under GPL v3. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 3 of the License.