SUPERCILEX / fuc

Modern, performance focused unix commands
Apache License 2.0
351 stars 8 forks source link

Maybe handle d_type unknown #8

Closed SUPERCILEX closed 1 year ago

SUPERCILEX commented 1 year ago

Current thinking: no. It adds code bloat and all modern file systems support d_type. Open to changing my mind.

Symptoms will be attempting to delete a file that's actually a directory or copying a file that's actually a directory.