• 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: Convert NSString to FSRef
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Convert NSString to FSRef


  • Subject: Re: Convert NSString to FSRef
  • From: Nir Soffer <email@hidden>
  • Date: Sun, 16 Mar 2008 11:41:22 +0200


On Mar 16, 2008, at 10:11, stephen joseph butler wrote:

On Sat, Mar 15, 2008 at 2:04 PM, Kevin Dixon <email@hidden> wrote:

Also, is there a better way to accomplish this?


There are a lot of buggy or unnecessarily complex answers in this thread.
Use the code at the bottom of this CocoaDev link and be done with it:


The code you mention will not work for this case - Kevin asked how to convert a url string to FSRef, not a file system path.

The first answer by Adam R. Maxwell is correct and simple:

	NSURL *aURL = [NSURL fileURLWithPath:filePath];
	CFURLGetFSRef((CFURLRef)aURL, &output);


Best Regards,

Nir Soffer

_______________________________________________

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: Convert NSString to FSRef
      • From: "Michael Ash" <email@hidden>
References: 
 >Convert NSString to FSRef (From: "Kevin Dixon" <email@hidden>)
 >Re: Convert NSString to FSRef (From: "stephen joseph butler" <email@hidden>)

  • Prev by Date: Fullscreen NSWindow or NSView?
  • Next by Date: Re: Convert NSString to FSRef
  • Previous by thread: Re: Convert NSString to FSRef
  • Next by thread: Re: Convert NSString to FSRef
  • Index(es):
    • Date
    • Thread