-
Notifications
You must be signed in to change notification settings - Fork 53
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
TODO: Add method to get DirEntry
from a path
#16
Comments
Would it also be possible to get the |
@ischeinkman Well, technically it would be possible to add such API. But after feature from this issue is implemented (Add method to get |
Right now I'm implementing a C wrapper library that requires me to be able to lookup file info by path and do so while maintaining a |
By |
Hallo, any progress in this pr? |
This isn't a PR. This is an issue. It's a feature that may, or may not, be implemented in the future. This particular feature was embedded inside the code as a |
add method for getting
DirEntry
from a path (possible names: metadata, lookup)(putting TODO list into issues for easier tracking and referencing in pull requests)
The text was updated successfully, but these errors were encountered: