原文:how to convert a path in NSString to CFURLRef and to FSRef*
I need to use several functions requiring CFURLRef and FSRef* and for the moment I just have a path stored in an NSString. What is the (most efficient) way to perform this conversion? Thanks in ...