Re: Deleting files extremely slow since OSX High sierra
Re: Deleting files extremely slow since OSX High sierra
- Subject: Re: Deleting files extremely slow since OSX High sierra
- From: Jens Alfke <email@hidden>
- Date: Fri, 27 Apr 2018 10:34:14 -0700
> On Apr 27, 2018, at 6:29 AM, Andreas Falkenhahn <email@hidden>
> wrote:
>
> No big deal... just have Cocoa convert your string to precomposed
> or decomposed UTF-8.
Just use NSString.fileSystemRepresentation, and -[NSString
initWithFileSystemRepresentation:] to go the other way. They are guaranteed to
do the proper encoding/decoding. (There are CF equivalents too.)
—Jens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden