> On 17 Jul 2016, at 07:48, thatsanicehatyouh...@me.com wrote:
> 
> Hello,
> 
> Sanity check here. I have this code:
> 
> NSURL *rootURL = [NSURL fileURLWithPath:@"/"];
> NSLog(@"%@", rootURL, [rootURL URLByDeletingLastPathComponent]);
> 
> Based on the NSURL documentation:
> 
>> If the receiver’s URL represents the root path, this property contains a 
>> copy of the original URL. 
> 
> I'd expect the output to be:
> 
> file:///, file:///
> 
> Instead, I get this:
> 
> file:///, file:///../
> 
> Am I misunderstanding something here, or is this a bug? Technically, if you 
> "cd ../" from root you stay at root, but this is still contradicting the 
> documentation.

It might be a mishandling of the two sorts of rot URL. If you try feeding in 
this URL manually:

file://localhost/

and removing the last component, what do you end up with?


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to