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

recursive file listing is hard (feature request) #33

Open
profezzorn opened this issue Feb 2, 2018 · 3 comments
Open

recursive file listing is hard (feature request) #33

profezzorn opened this issue Feb 2, 2018 · 3 comments

Comments

@profezzorn
Copy link

It would be very helpful if the Dir class (in FS.h) has a method that tells you if the current entry is a directory. It would make it much easier to do recursive file scans.

Suggested implementation:
bool isdir() const { return _find.attr & F_ATTR_DIR; }

@GrumpyOldPizza
Copy link
Owner

Do you have time to review some future pending work for DOSFS/FS ?

@profezzorn
Copy link
Author

profezzorn commented Feb 5, 2018 via email

@GrumpyOldPizza
Copy link
Owner

GrumpyOldPizza commented Feb 5, 2018 via email

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

No branches or pull requests

2 participants