diff --git a/BinaryObjectScanner.Matching/FilePathMatch.cs b/BinaryObjectScanner.Matching/FilePathMatch.cs index 9d1c0855..62d83e02 100644 --- a/BinaryObjectScanner.Matching/FilePathMatch.cs +++ b/BinaryObjectScanner.Matching/FilePathMatch.cs @@ -11,8 +11,6 @@ namespace BinaryObjectScanner.Matching /// Constructor /// /// String representing the search - /// True to match exact casing, false otherwise - /// True to match the end only, false for all contents public FilePathMatch(string needle) : base($"{Path.DirectorySeparatorChar}{needle}", false, true) { } } } \ No newline at end of file