| Directory: GetDirectories |
Returns a list of all the directories found in the specified directory that matches the search pattern.
Public Function GetDirectories( ByVal Path As String, Optional ByVal SearchPattern As String = "*" ) As String ( )
Default: "*"
The path can be absolute or relative.
Project VBCorLib Overview Class Directory Overview Directory Properties Directory Methods GetCurrentDirectory GetDirectoryRoot