| Directory: GetFiles |
Returns a list of all the files that match a pattern within the specified directory.
Public Function GetFiles( ByVal Path As String, Optional ByVal SearchPattern As String = "*" ) As String ( )
Default: "*"
The path can be absolute or relative. The path is not included in the filename result.
Project VBCorLib Overview Class Directory Overview Directory Properties Directory Methods GetDirectoryRoot GetFileSystemEntries