jordanlytle / SmbAbstraction

Implements the System.IO.Abstractions interfaces for interacting with the filesystem, and adds support for interacting with UNC or SMB paths
MIT License
6 stars 8 forks source link

Unescape Uri strings that cause `STATUS_ACCESS_DENIED` and `STATUS_NOT_FOUND` due to Uri escape symbols being part of the literall string #16

Closed Jo0 closed 4 years ago

Jo0 commented 4 years ago

Unescape Uri strings that cause STATUS_ACCESS_DENIED and STATUS_NOT_FOUND due to Uri escape symbols (ie. %20) being part of the literal string.