-
-
Notifications
You must be signed in to change notification settings - Fork 129
Improvements to NtQueryDirectoryFileEx #235
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
Conversation
f80e557
to
c3e0659
Compare
I added some code from Wine that handles wildcards in file enumeration. Hopefully this will be fine, since Wine uses the LGPL license. |
7d90f9e
to
e948a5e
Compare
I'd rather not have lgpl code in this repo, i'm trying to get away from gpl, which is why I added icicle support. I recommend rewriting the code. it doesn't look clean anyways and it's hard to grasp what it really does. |
Alright, I think this new one should be better then. I have also included two more things in the PR:
|
This PR aims to:
windows_path
have slash at the end, this was necessary becausedirectory_iterator
fails when the path isC:
(without slash)..