 ZipFileName:- FileExpl.zip

 Components:
             - TLSDIRCOMBOBOX which combines the essential functions of
               the DriveComboBox and DirectoryListBox, and provides similar
               appearence of that in the Windows Explorer or Dialogs.

             - TLSFILELISTVIEW is a FileListView component, similar to
               that in the Windows Explorer.

               Use TLsDirComboBox along with TLsFileListView to provide full
               file selection capabilities to an application.  If adding both
               components to a form, they can be mutually connected, through
               TLsDirComboBox's 'FileList' property and TLsFileListView's
               'DirCombo' property.  (see Demo program FileExplDemo.dpr)

 Version:      1.00  (For Delphi 2 & 3)

 Author:       The concept and part of the source code are based on a sample
               application 'W95FileList', written by Markus Stephany
               <MirBir.st@T-Online.de> (Thanks Markus), and converted to
               Components by Leo D. Shih <ldshih@freenet.edmonton.ab.ca>

 ---------------
 TLSFILELISTVIEW
 ---------------
 Added properties:

  Directory  - that contains all the files to be displayed in the LsFileList.
               Changing this property will update the LsFileList so that
               it displays files in the new directory.
  DirCombo   - Provides a simple way to connect a LsFileListView to
               LsDirComboBox.
  FileName   - is the Name of the selected file in the LsFileListView,
               including the filepath.
  Mask       - that limits which files are displayed in the LsFileListView.
               Default file mask is *.* (display all files).
               To specify multiple file masks, separate the file mask
               specifications with semicolons, eg. *.PAS;*.DPR.

 Added procedures:

  OneLevelUp - A step back in the directory hierarchy.

 --------------
 TLSDIRCOMBOBOX
 --------------
 Added Properties:

  SelectedDir -Determines the currently selected directory of the
               LsDirComboBox.
  Path       - Use Path to specity the filepath to be displayed in the
               LsDirComboBox.
  FileList   - Provides a way to connect LsDirComboBox to LsFileListView.

 ********************************************************************
 DISCLAIMER - THIS IS FREEWARE AND PROVIDED AS IS, WITHOUT WARRANTY
              OF ANY KIND.  YOU USE IT AT YOUR OWN RISK.
 ********************************************************************
