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

Windows: Allow File::create to work on hidden files #116438

Merged
merged 1 commit into from
Dec 13, 2023

Commits on Oct 15, 2023

  1. Make File::create work on Windows hidden files

    Previously it failed on Windows if the file had the `FILE_ATTRIBUTE_HIDDEN` attribute set. This was inconsistent with `OpenOptions::new().write(true).truncate(true)` which can truncate an existing hidden file.
    ChrisDenton committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    c6f7aa0 View commit details
    Browse the repository at this point in the history