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