Returns the items in the WebFiles collection. Read-only Object.
Remarks
The Files property is a pointer to the WebFiles collection. To access the collection, declare a variable of type WebFiles as shown in the statement, Dim myFiles As WebFiles
, and then set the variable myFiles
to Web.RootFolder.Files
.