streamly icon indicating copy to clipboard operation
streamly copied to clipboard

Consistency of directory traversal behaviour between Windows and Posix

Open adithyaov opened this issue 9 months ago • 0 comments

readDir APIs with the default config should have the same behaviour on both Windows and Posix. The default behaviour should be:

  • Don't follow symlinks
  • Don't ignore any errors

adithyaov avatar Feb 12 '25 09:02 adithyaov