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: Create SYSTEM directory early #15424

Merged
merged 2 commits into from Mar 2, 2022

Commits on Mar 2, 2022

  1. Windows: Create SYSTEM directory early.

    On UNC, we see paths as absolute and don't auto-create this on config
    load.  We should really create it here anyway.
    unknownbrackets committed Mar 2, 2022
    Copy the full SHA
    0e932ba View commit details
    Browse the repository at this point in the history
  2. Windows: Correct root vol handling for UNC paths.

    Otherwise CreateFullPath() fails.
    unknownbrackets committed Mar 2, 2022
    Copy the full SHA
    73ece5b View commit details
    Browse the repository at this point in the history