FileSearch.LookIn Property
Gets or sets the folder to be searched during the specified file search. Read/write
Syntax
expression.LookIn
expression A variable that represents a FileSearch object.
Example
This example searches the My Documents folders for all files that begin with "Cmd" and displays the name and location of each file that's found.
| Visual Basic for Applications |
|---|
|