Skip to content

Commit

Permalink
WriteAll: revert 109a7c1
Browse files Browse the repository at this point in the history
  • Loading branch information
OwnageIsMagic authored Jul 26, 2022
1 parent 109a7c1 commit 5ca4efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SharpCompress/Writers/IWriterExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static void WriteAll(this IWriter writer, string directory, string search
public static void WriteAll(this IWriter writer,
string directory,
string searchPattern = "*",
Predicate<string>? fileSearchFunc = null,
Func<string, bool>? fileSearchFunc = null,
SearchOption option = SearchOption.TopDirectoryOnly)
{
if (!Directory.Exists(directory))
Expand Down

0 comments on commit 5ca4efa

Please sign in to comment.