Directory.GetFiles(String,String,Boolean,TFilterPredicate) Method
Represents method GetFiles(String,String,Boolean,TFilterPredicate)
.
public class function GetFiles(const Path: String; SearchPattern: String = ''*''; Recurse: Boolean = False; Predicate: TFilterPredicate = ): TStringArray; static;
Parameters
- Path
- Type: String
- SearchPattern
- Type: String
- Recurse
- Type: Boolean
- Predicate
- Type: TFilterPredicate