Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
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►