Skip navigation.
 
mlRe: resolving aliases
FROM : Chris Hanson
DATE : Fri Aug 04 18:32:32 2006

On Aug 4, 2006, at 5:43 AM, Yvon Thoraval wrote:

> BUT in my test fullPath returns the path of the alias itself ))) 
> not of the file/folder the alias point to...
>
> howver, i get the path of the alias, i've read the ObjC code and it 
> looks correct, very similar to Apple's writing.
>
> something i misunderstood ?


It sounds like you're trying to resolve an alias *file* rather than 
an alias *record*.  BDAlias and the File Manager documentation on 
resolving aliases are all about manipulating and resolving alias 
records.

For example, when you pass a path to -[BDAlias initWithPath:] you're 
creating an alias record that points to the file located at that 
path.  You're not creating a Finder alias file at that path which 
points to some other file.

  -- Chris

Related mailsAuthorDate
mlresolving aliases Yvon Thoraval Aug 4, 09:06
mlRe: resolving aliases Jakob Olesen Aug 4, 11:56
mlRe: resolving aliases Bill Bumgarner Aug 4, 13:56
mlRe: resolving aliases Yvon Thoraval Aug 4, 14:43
mlRe: resolving aliases Chris Hanson Aug 4, 18:32
mlRe: resolving aliases Yvon Thoraval Aug 4, 18:38
mlRe: resolving aliases Uli Kusterer Aug 4, 20:37
mlRe: Re: resolving aliases Shawn Erickson Aug 4, 20:46
mlRe: Re: Re: resolving aliases Shawn Erickson Aug 4, 20:48
mlRe: Re: Re: resolving aliases Rosyna Aug 5, 04:12
mlRe: resolving aliases Adam R. Maxwell Aug 5, 04:47
mlRe: resolving aliases Rosyna Aug 5, 04:57
mlRe: resolving aliases Yvon Thoraval Aug 5, 07:55
mlRe: resolving aliases Yvon Thoraval Aug 6, 09:39
mlRe: resolving aliases Yvon Thoraval Aug 10, 22:32