Files object
The Files object stores a collection of File objects. Use the Get property o the control to access the Files collection. Use the Get property of the Files collection to filter the File objects into a new Files collection. The Files collection implements "for each" statement. Use the Item property to access a File object given its name or its index into collection.

NameDescription
CountReturns the number of objects in a collection.
GetRetrieves a new collection that contain files that match the pattern.
ItemReturns a FileType object given its index or its name.