We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Paths::files
Paths::dirs
This issue proposes adding the following methods:
Paths::files(self) -> Files
Paths::dirs(self) -> Dirs
In both cases, symlinks are resolved as either files or dirs and returned as the original paths.
If you approve I can implement this.
The text was updated successfully, but these errors were encountered:
I`m a bit confuzed on how ergo-fs whoud fix this, does it work on windows ?
Sorry, something went wrong.
I... don't remember. I'm not actively working on rust any longer. Feel free to close.
No branches or pull requests
This issue proposes adding the following methods:
Paths::files(self) -> Files
: returns an iterator of only file types.Paths::dirs(self) -> Dirs
: returns an iterator of only directory types.In both cases, symlinks are resolved as either files or dirs and returned as the original paths.
If you approve I can implement this.
The text was updated successfully, but these errors were encountered: