-
Notifications
You must be signed in to change notification settings - Fork 63
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
Expose FindData
struct
#205
Comments
ping @Mistuke |
Ah I missed this, I'm on holiday atm and will do it when I'm back in two weeks. |
The comment in the struct for
What else do we use without incurring another syscall? |
Those entries never existed on Windows. This is a documentation bug, if you look in the windows sdk headers, they're guarded by It's just that MSDN seems to render them that way. the mingw-w64 headers for instance don't even contain them
It's not entirely clear to me what |
If |
Expose
FindData
struct: https://docs.microsoft.com/en-us/windows/win32/api/minwinbase/ns-minwinbase-win32_find_dataaOtherwise it's hard to determine file-type efficiently when using
findFirstFile
/findNextFile
: https://hackage.haskell.org/package/Win32-2.13.2.0/docs/System-Win32-File.html#v:findFirstFileThe text was updated successfully, but these errors were encountered: