• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to ResolvingSymlinksInPath ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to ResolvingSymlinksInPath ?


  • Subject: Re: How to ResolvingSymlinksInPath ?
  • From: Charles Srstka <email@hidden>
  • Date: Fri, 04 Nov 2016 09:17:25 -0500

> On Nov 3, 2016, at 10:39 PM, Ken Thomases <email@hidden> wrote:
>
> On Nov 3, 2016, at 10:08 PM, Gerriet M. Denkmann <email@hidden <mailto:email@hidden>> wrote:
>>
>> URLByResolvingAliasFileAtURL does almost the same, has no special behaviour with “/private”, and even can resolve an alias.
>> But: only when this alias is the final component of a path.
>> I.e. /path/aliasToFoo will be resolved to /path/foo; but  /path/aliasToFoo/someFile will not.
>
> Paths "through" alias files make no sense.  Nothing else in the system will resolve an alias there, so nothing will ever produce such a path.  If your code is producing such paths, you should fix it, because nothing else will be able to process them.

Oh, and it isn’t quite true that *nothing* else on the system will be able to process paths through an alias; old-style HFS paths separated by the ‘:’ character do resolve through aliases if they go through the old-style Carbon file manager. You can test this yourself by writing an AppleScript like this:

tell application "Finder"
	get file “Macintosh HD:path:to:someAlias:someFile.txt"
end tell

Replace ‘Macintosh HD’ with your boot disk’s name, and the rest by the appropriate filenames, and you should get a valid reference to the file.

Charles
_______________________________________________

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


References: 
 >How to ResolvingSymlinksInPath ? (From: "Gerriet M. Denkmann" <email@hidden>)
 >Re: How to ResolvingSymlinksInPath ? (From: "Gerriet M. Denkmann" <email@hidden>)
 >Re: How to ResolvingSymlinksInPath ? (From: Jens Alfke <email@hidden>)
 >Re: How to ResolvingSymlinksInPath ? (From: "Gerriet M. Denkmann" <email@hidden>)
 >Re: How to ResolvingSymlinksInPath ? (From: Ken Thomases <email@hidden>)

  • Prev by Date: Re: How to ResolvingSymlinksInPath ?
  • Next by Date: Re: Why does default NSDateFormatter in IB ignore thousands separator?
  • Previous by thread: Re: How to ResolvingSymlinksInPath ?
  • Next by thread: NSCollectionView isn't playing nicely with selection binding
  • Index(es):
    • Date
    • Thread