| DirectoryInfo: GetFileSystemInfos |
Returns a list of all entries in the directory that match the pattern.
Public Function GetFileSystemInfos( Optional ByVal SearchPattern As String = "*" ) As FileSystemInfo ( )
Default: "*"
If no entries matched the pattern, a zero-length array is returned.
Project VBCorLib Overview Class DirectoryInfo Overview DirectoryInfo Properties DirectoryInfo Methods GetFiles GetHashCode