Skip to content
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

Dir.glob: ignore Windows hidden files for match_hidden: false #13199

Conversation

HertzDevil
Copy link
Contributor

Resolves the Windows part of #13196.

This specifically does not check for the system file attribute (LibC::FILE_ATTRIBUTE_SYSTEM = 0x00000004).

@HertzDevil HertzDevil added kind:feature platform:windows Windows support based on the MSVC toolchain / Win32 API topic:stdlib:files labels Mar 17, 2023
@straight-shoota
Copy link
Member

straight-shoota commented Mar 27, 2023

I think we need to proceed with the discussion in #13196 first to establish the intended semantics and API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:feature platform:windows Windows support based on the MSVC toolchain / Win32 API topic:stdlib:files
Projects
Status: Withheld
Development

Successfully merging this pull request may close these issues.

3 participants