yruen / Texture-Filterer

A collection of Python scripts to organize texture dumps in various ways
MIT License
2 stars 0 forks source link

Use os.scandir() instead of os.listdir() for better performance? #21

Closed yruen closed 2 years ago

yruen commented 2 years ago

Not so sure how it works yet, os.walk() could also be used as it uses os.scandir() if I read correctly