Microsoft Scripting Runtime
FileSystemObject Object / GetFile Method
In This Topic
    GetFile Method
    In This Topic
    Description
    Returns a File Object corresponding to the file in a specified path.
    Syntax
    Visual Basic
    Public Function GetFile( _
       ByVal FilePath As String _
    ) As File
    Parameters
    FilePath
    See Also