qck.hlp (Table of Contents; Topic list)
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.
FileName Property
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Sets or returns the specified file name from the file list box. You can
 also set the drive, path, or pattern using this property; not available at
 design time.
 
    [form.][filelistbox.]FileName[ = filename$]
 
    ■ filename$     Any valid file name or wildcard pattern; default ("")
                    is a null string
 
 Applies To
    File List Box Control
 
 See Also
    Drive Property         Path Property          Pattern Property