This is the Search-Plugin. It provides an method to search via find command.
Searches for a given term in a specific path.
String path - the path within should searched
Example:
[
[
'text',
'test-folder/'
true
],
[
'text.txt',
'test-folder/tmp/'
false
]
]
Code | Description |
---|---|
-1 | Wrong path. |
-2 | File or directory doesn’t exists. |
-7 | Unknown Error. |
-8 | Permission denied. |
-9 | Permission denied. |