Skip to content

Bug in Find-PSOneDuplicateFile.ps1 - Parameter $Filter is ignored #11

@sherland

Description

@sherland

On the line:

[IO.DirectoryInfo]::new($Path).GetFiles('*', 'AllDirectories')

'*' Should be changed to: $Filter:
[IO.DirectoryInfo]::new($Path).GetFiles($Filter, 'AllDirectories')

Without this change, the parameter $Filter is ignored.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions