Gets the files in the given directory with the given search pattern.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public static string[] GetFiles( string path, string searchPattern ) |
| Visual Basic |
|---|
Public Shared Function GetFiles ( _ path As String, _ searchPattern As String _ ) As String() |
| Visual C++ |
|---|
public: static array<String^>^ GetFiles( String^ path, String^ searchPattern ) |
Parameters
- path
- Type: System..::..String
Path to directory go get files from.
- searchPattern
- Type: System..::..String
Search pattern to use.