WriteAll: update delegate type
This commit is contained in:
parent
2946a35b0e
commit
109a7c12ea
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ namespace SharpCompress.Writers
|
|||
public static void WriteAll(this IWriter writer,
|
||||
string directory,
|
||||
string searchPattern = "*",
|
||||
Func<string, bool>? fileSearchFunc = null,
|
||||
Predicate<string>? fileSearchFunc = null,
|
||||
SearchOption option = SearchOption.TopDirectoryOnly)
|
||||
{
|
||||
if (!Directory.Exists(directory))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue