• 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: Symbolic Links in Snow Leopard
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Symbolic Links in Snow Leopard


  • Subject: Re: Symbolic Links in Snow Leopard
  • From: Jens Alfke <email@hidden>
  • Date: Sun, 6 Sep 2009 14:26:07 -0700


On Sep 6, 2009, at 1:26 PM, Greg Guerin wrote:

Try using a pathname that contains only Latin alphabet characters (for reference, the original chars of the volume-name are Thai: \u0e40\u0e21\u0e48\u0e19). If necessary, create and mount a disk- image in order to get only Latin chars.

I don't think it has anything to do with the characters in the filename:

    	NSLog(@"path = %@", [@"/etc" stringByStandardizingPath]);
results in
	path = /etc
when the result ought to be "/private/etc".

The same thing happens with a custom symlink I created, like "/Code", which links to "/Volumes/snoog/Code":

	NSLog(@"path = %@", [@"/Code/Murky" stringByStandardizingPath]);
results in
	path = /Code/Murky

—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


  • Follow-Ups:
    • Re: Symbolic Links in Snow Leopard
      • From: Joar Wingfors <email@hidden>
    • Re: Symbolic Links in Snow Leopard
      • From: Jeff Johnson <email@hidden>
References: 
 >Re: Symbolic Links in Snow Leopard (From: Greg Guerin <email@hidden>)

  • Prev by Date: Re: NSMenuItem font size of the keyboard shortcut text
  • Next by Date: Re: completion handlers?
  • Previous by thread: Re: Symbolic Links in Snow Leopard
  • Next by thread: Re: Symbolic Links in Snow Leopard
  • Index(es):
    • Date
    • Thread