Microsoft Scripting Runtime
FileSystemObject Object / GetFolder Method
In This Topic
    GetFolder Method
    In This Topic
    Description
    Returns a Folder object corresponding to the folder in a specified path.
    Syntax
    Visual Basic
    Public Function GetFolder( _
       ByVal FolderPath As String _
    ) As Folder
    Parameters
    FolderPath
    See Also