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:
- 2009-05-17
- v3.3 released !
- 2009-05-17
- Download via SVN is now available.
check-out path: https://diretorylister.svn.sourceforge.net/svnroot/diretorylister/Apps/HDL/
for DLSync plugin: https://diretorylister.svn.sourceforge.net/svnroot/diretorylister/Apps/DLS/
Enjoy!
- Download via SVN is now available.
- 2009-02-28
- License (GPL) documentation added inside both packages.
- 2009-02-26
- HTML Directory Lister v3.1 and it's plug in DLSync now tested with mono 2.2, a cross-platform tool, without any errors !
- 2009-02-25
- 3rd version of HTML directory lister released.Auto-Sync plug in released.
- 2009-02-16
- After successful implementation of background threading, I'm releasing GUI version of "Directory Lister".
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.