Skip to content
  • Ben Gamari's avatar
    rts: Use long-path-aware stat · 7a657751
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    Previously `pathstat` relied on msvcrt's `stat` implementation, which was
    not long-path-aware. It should rather be defined in terms of the `stat`
    implementation provided by `utils/fs`.
    
    Fixes #19541.
    7a657751