Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Customizable file system oterator implementation #143

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

arilou
Copy link

@arilou arilou commented Apr 7, 2024

This patch introduces the capability to implement custom iterators for file system traversal. This flexibility is particularly beneficial for applications requiring specialized handling of file systems, such as iterating over archive formats (e.g., tar, zip) or employing alternative traversal logic. For instance, this feature addresses community requests for functionality to avoid following symbolic links during file system operations.

With this update, developers can tailor file system iteration to better meet their specific application needs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant