File Object
The File object is used to return information about a specified file.
To work with the properties and methods of the File object, you will have to create an
instance of the File object through the FileSystemObject
object. First;
create a FileSystemObject
object and then instantiate the File object
through the GetFile
method of the FileSystemObject
object or through the Files property of the Folder object.