I have a file system path in a NSString, but I need an FSRef for the system call I will be making. What is the best way to create the FSRef?
|
|
|
|
|
|
|
Try FSPathMakeRef:
|
||
|
|
|
|
You can use
|
||
|
|
|
|
You can use this method from Nathan Day in his an NSString+NDCarbonUtilities category:
See NDAlias at http://homepage.mac.com/nathan_day/pages/source.xml for more (MIT Licensed). |
||
|
|
