Microsoft® Visual Basic® Scripting Edition GetFile Method |
Language Reference Version 3
|
Returns a File object corresponding to the file in a specified path.
object.GetFile(filespec)The GetFile method syntax has these parts:
Part Description object Required. Always the name of a FileSystemObject. filespec Required. The filespec is the path (absolute or relative) to a specific file.
An error occurs if the specified file does not exist.