-
Notifications
You must be signed in to change notification settings - Fork 0
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
Check if Windows implementation is correct #11
Comments
Um... EDIT: Oh, I think it's okay:
|
I'm really not sure we do need to check for
Surely that doesn't make it hidden? I need to test on a Windows machine by viewing it in |
Regarding the above (#11 (comment)), I've asked a question on this thread. |
See this implementation for inspiration. |
Despite finding resources to calculate the Windows implementation of
is_hidden
, I have found resources that may indicate we do not need to check for the existence ofFILE_ATTRIBUTE_SYSTEM
in the file's attributes.[1], [2] We should investigate this to make sure the way we do it is correct.The text was updated successfully, but these errors were encountered: