Skip to content

[NSFileManager] Updated to match Darwin version #438

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

Closed
wants to merge 1 commit into from
Closed

[NSFileManager] Updated to match Darwin version #438

wants to merge 1 commit into from

Conversation

damuellen
Copy link
Contributor

I hope that I have this time do not forget anything, and the tests will pass.

@@ -468,7 +468,7 @@ extension NSData {
} catch let err {
if let auxFilePath = auxFilePath {
do {
try FileManager.default().removeItem(atPath: auxFilePath)
try FileManager.default.removeItem(atPath: auxFilePath)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this work or do you actually need to use the backticks here?

@damuellen
Copy link
Contributor Author

#484 does the same, so I close this one.

@damuellen damuellen closed this Aug 2, 2016
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.

2 participants