FileFindResults Object

Description

Represents the list of files returned from a file search.

Using the FileFindResults Object

Use the Results property to return the FileFindResults object.

Use FileFindResults(item), where item is the index number, to return the path and file name of a found file.

Use the Execute method to begin the file search and update the list.

Use the View property to display the list of found files in a dialog box.