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

lib/io: introduce dir, an interface to traverse directories #2635

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

maxteufel
Copy link
Collaborator

No description provided.

@maxteufel maxteufel linked an issue Feb 29, 2024 that may be closed by this pull request
Copy link
Member

@michaellilltokiwa michaellilltokiwa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking forward to using this. ;-)


# the default directory reading operation reading the next entry via fuzion.sys.fileio.read_dir
#
type.default_read_handler : io.dir.Read_Handler is
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably be public

@michaellilltokiwa michaellilltokiwa merged commit 92a8770 into tokiwa-software:main Mar 1, 2024
4 checks passed
@maxteufel maxteufel deleted the init-lib-io-dir branch March 4, 2024 08:02
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.

directory traversal
2 participants