|
|
|
|
|
Learn Visual Basic 6.0 |
| FileName | Contains the currently selected file name. |
| Path | Contains the current path directory. |
| Pattern | Contains a string that determines which files will be displayed. It supports the use of * and ? wildcard characters. For example, using *.dat only displays files with the .dat extension. |
| DblClick | Triggered whenever a file name is double-clicked. |
| PathChange | Triggered whenever the path changes in a file list box. |