Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sherland opened this issue Feb 25, 2022 · 0 comments
Open

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

sherland opened this issue Feb 25, 2022 · 0 comments

Comments

@sherland
Copy link

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.

pollusb added a commit to pollusb/Modules.PSOneTools that referenced this issue Apr 14, 2024
TobiasPSP added a commit that referenced this issue Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant