# DELETED. This module may be unueable in it's current form #### # DirSelect: A Tk directory selection widget. # # This widget allows navigating MS Windows local and mapped network # drives and directories and selecting a directory. # # # On non-MS systems, this is simply a dialog box with a Dirtree in it. # # supercedes all versions of Win32Dirselect # Usage: my $dir = $mainwindow->DirSelect->Show; # Options: -dir=>"directory", -w=>"width" # # Email comments, questions or bug reports to Kristi Thompson, kristi@indexing.ca