You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
File Object ASP / File Operations
The File object represents a specified file on the local machine or on a network share. To work with the File object's properties and methods, you need to create an instance of the FileSystemObject object first and then instantiate the File object through the GetFile method. Also you can get a File object reference from the Folder object, by using the Files Collection.