Dir List - General Information

    Dir List is a very basic utility to generate a list of all files in a
directory.  It is written exclusively in Tcl/Tk and is designed to work on
any system that has Tcl/Tk 8.2 or above installed (it will probably work
with earlier versions of Tcl/Tk as well since it doesn't use any special
functions).

Please visit https://www.spinifexdragon.com/ to find other programs and
utilities that you might find useful.

The program icon used is from http://pixel-mixer.com

Dir List - Installation

    To install Dir List all you need to do is place it in a directory
somewhere in your path.


    NB: If you are on a system that requires you to use a version number
when starting wish (eg FreeBSD requires you to use "wish8.3" - or whatever
version is installed - rather than just "wish") you will need to change the
third line from:

        exec wish "$0" "$@";

to (if you are using TclTk 8.3):

        exec wish8.3 "$0" "$@";


Dir List - Version History

  1.0.1 - Minor Update

        DirList now provides some feedback when using the buttons.

  1.0.0 - First Full Release (There were no Alpah or Beta releases)

        DirList can list all of the files in a directory and copy that
list to the clipboard.
