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