nathanhi / pyfatfs

Python based FAT12/FAT16/FAT32 implementation with VFAT support
https://pypi.org/project/pyfatfs/
MIT License
29 stars 14 forks source link

Fix directory handling issues under lazy loading #33

Closed zurcher closed 11 months ago

zurcher commented 1 year ago
nioncode commented 11 months ago

Any update on this? Without this, iterating the fs via walk() and printing file paths via file.get_full_path() is completely broken.

nathanhi commented 11 months ago

Any update on this? Without this, iterating the fs via walk() and printing file paths via file.get_full_path() is completely broken.

Sorry for the wait - I haven't quite had the time to properly write tests for this pull request before merging.