microsoft / winfile

Original Windows File Manager (winfile) with enhancements
MIT License
6.82k stars 706 forks source link

Search shall not stop on a network drive with ERROR_SYMLINK_CLASS_DIS… #347

Closed schinagl closed 2 years ago

schinagl commented 2 years ago

General

Performing a search for e.g. pingme.txt in Users\ on a drive, which is mapped to \machine\c$, stops midway without result and shows the error message ERROR_SYMLINK_CLASS_DISABLED.

Solution

Take care of this error code during search. This is similar to #319