You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip trimming for extended path syntax (\\?\ and \\.\)
Don't trim trailing spaces/periods from paths using extended syntax (\\?\ or \\.\) because these prefixes explicitly request no path normalization. This fixes EnumerateDirectories_TrailingDot test which creates directories with trailing dots using \\?\ prefix.
Co-authored-by: jkotas <6668460+jkotas@users.noreply.github.com>
0 commit comments