Microsoft Scripting Runtime
FileSystemObject Object / FileExists Method
In This Topic
    FileExists Method
    In This Topic
    Description
    Check if a file exists
    Syntax
    Visual Basic
    Public Function FileExists( _
       ByVal FileSpec As String _
    ) As Boolean
    Parameters
    FileSpec
    See Also