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

Foundation: support long file paths for FileHandle on Windows #4768

Merged
merged 1 commit into from Jun 18, 2023

Conversation

compnerd
Copy link
Collaborator

When constructing a FileHandle using a path, ensure that we use the NT file path representation on Windows. This allows us to access files that may have greater than MAX_PATH length.

@compnerd
Copy link
Collaborator Author

@swift-ci please test

When constructing a `FileHandle` using a path, ensure that we use the NT
file path representation on Windows.  This allows us to access files
that may have greater than `MAX_PATH` length.
@compnerd
Copy link
Collaborator Author

@swift-ci please test

@compnerd
Copy link
Collaborator Author

@swift-ci please test Windows platform

@compnerd compnerd merged commit 9b1d17f into apple:main Jun 18, 2023
3 checks passed
@compnerd compnerd deleted the creation branch June 18, 2023 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant