bdukes / PowerShellModules

A collection of PowerShell modules
Apache License 2.0
44 stars 9 forks source link

Works with Special Characters now #1

Closed flolilo closed 6 years ago

flolilo commented 6 years ago

This is my pull request to my issue #2 .

If I change Line 93 in Recycle.psm1 to $item = Get-Item -LiteralPath $Path, my script works, and at least it seems that console-inputs still work, too.

bdukes commented 6 years ago

Thanks @flolilo!