| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…ave correct casing
|
PoshChan-Bot (@PoshChan) please retry static |
Sorry, something went wrong.
|
Steve Lee (@SteveL-MSFT), successfully started retry of PowerShell-CI-static-analysis |
Sorry, something went wrong.
…stem.Tests.ps1 Co-Authored-By: Ilya <darpa@yandex.ru>
|
🎉v7.0.0-preview.6 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
…ave correct casing (PowerShell#11014)
| Back | FazBrowse Home | New Git URL |
PR Summary
In the code to reconstruct a path with correct casing, it has to go through each segment and use enumeration to get the correct case. On some directories the user may not have permission to enumerate although they can still read a file/folder within that directory. Fix is if there is an exception during enumeration, fail gracefully by just returning back the original path.
PR Context
Fix #11013
PR Checklist