• 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: FindFolder Equivalent?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FindFolder Equivalent?


  • Subject: Re: FindFolder Equivalent?
  • From: Arno Gourdol <email@hidden>
  • Date: Mon, 7 May 2001 12:40:16 -0700

* FindFolder to obtain an FSSpec
* Convert FSSpec to an FSRef
* Obtain the path of the FSRef as a CFURL
* Pass the (coerced?) CFURL into Cocoa API's (whatever takes NSURL).

You should probably avoid using FSSpec. Instead try:
- FSFindFolder to obtain an FSRef
- FSRefMakePath to obtain a POSIX path
- Create a NSURL from the path

Arno.


  • Prev by Date: Re: FindFolder Equivalent?
  • Next by Date: Re: FindFolder Equivalent?
  • Previous by thread: Re: FindFolder Equivalent?
  • Next by thread: Re: FindFolder Equivalent?
  • Index(es):
    • Date
    • Thread