qck.hlp (Table of Contents; Topic list)
Archive, Hidden, Normal, ReadOnly, System Properties
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Determines if a file list box displays files with Archive, Hidden, Normal,
 ReadOnly, or System attributes.
 
    [form.]filelistbox.property[ = boolean%]
 
    ■ property     Any valid file attribute property (Archive, Hidden,
                   Normal, ReadOnly, or System)
 
    ■ boolean%     Valid settings are:
 
                   Value      Description
                   ═════════  ══════════════════════════════════════════════
                   True (-1)  (Default - Archive, Normal, and ReadOnly)
                              File list box displays files with the
                              specified file attribute
 
                   False (0)  (Default - Hidden and System) File list box
                              does not display files with the specified
                              file attribute
 
 Applies To
    File List Box Control
 
 See Also
    Path Property          Pattern Property       SYSTEM Statement