Skip to content
Snippets Groups Projects
Commit 7a5e5af8 authored by Brad King's avatar Brad King
Browse files

SystemTools: Revert "Fix FileIsSymlink with Windows data deduplication"

This reverts commit ef373416 (SystemTools: Fix FileIsSymlink with
Windows data deduplication, 2019-01-18).  It regressed `FileIsSymlink`
such that it does not always recognize broken symlinks as symlinks.

Revert pending further investigation.  Notes for re-introduction:

* We need to add a test to cover the case that broke.
* We should save the Encoding::ToWindowsExtendedPath result and
  use it for both GetFileAttributesW and CreateFileW instead of
  using Encoding::ToWide for the latter.
parent ef373416
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment