Search
01 Syntax
Microsoft.VisualBasic.Language.UnixBash.Search
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| op_Subtraction | 3 | Add a search options |
| op_LessThan | 1 | Search the files in the specific directory |
| op_LessThanOrEqual | 1 | Search the files in the specific directory |
| DoFileNameGreps | 1 | make file path list filtering |
| ToString | 1 | |
| Clone | 1 | |
| op_LeftShift | 1 | |
| MakeFilter | 1 | |
| op_GreaterThan | 1 | |
| op_GreaterThanOrEqual | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| SearchType | 1 | |
| wildcards | 1 |
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| opts | 1 | The search options |
05 Members
op_Subtraction(Search,
SearchOpt)Add a search options
Parameters
| Name | Type | Description |
|---|---|---|
ls | Search | - |
l | SearchOpt | - |
op_Subtraction(Search,
String())Add a set of wildcards patterns for path match
Parameters
| Name | Type | Description |
|---|---|---|
ls | Search | - |
wildcards$ | String() | - |
op_Subtraction(Search,
String)Add wildcard pattern for path match
Parameters
| Name | Type | Description |
|---|---|---|
ls | Search | - |
wildcards$ | String | - |
op_LessThan(Search,
String)Search the files in the specific directory
Parameters
| Name | Type | Description |
|---|---|---|
ls | Search | - |
DIR | String | - |
op_LessThanOrEqual(Search,
String)Search the files in the specific directory
Parameters
| Name | Type | Description |
|---|---|---|
ls | Search | - |
directory | String | - |
DoFileNameGreps(Search,
IEnumerable(Of String))make file path list filtering
Parameters
| Name | Type | Description |
|---|---|---|
ls | Search | the filter options |
files | IEnumerable(Of String) | a collection of the file path |
opts
The search options
SearchType
wildcards
ToString()
Clone()
op_LeftShift(Search,
Int32)MakeFilter()
op_GreaterThan(Search,
String)op_GreaterThanOrEqual(Search,
String)