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: adjust _NSCleanupTemporaryFile on Windows #4801

Merged
merged 1 commit into from Jul 24, 2023

Conversation

compnerd
Copy link
Collaborator

Prefer to use withNTPathRepresentation over the
_fileSystemRepresentation usage as the former will not convert to the NT UNC path representation which may break on long paths.

Prefer to use `withNTPathRepresentation` over the
`_fileSystemRepresentation` usage as the former will not convert to the
NT UNC path representation which may break on long paths.
@compnerd
Copy link
Collaborator Author

@swift-ci please test

@compnerd compnerd merged commit d36c490 into apple:main Jul 24, 2023
3 checks passed
@compnerd compnerd deleted the long-cleanup branch July 24, 2023 20:18
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