[futurebasic] Re: [FB] CFArrayOfCFDicts question

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : October 2010 : Group Archive : Group : All Groups

From: Brian S <fblistserve@...>
Date: Thu, 28 Oct 2010 20:36:10 -0700
On Oct 28, 2010, at 7:41 PM, Ken Shmidheiser wrote:

> 1. Convert the FSRef to a CFURLRef  (CFURLCreateFromFSRef)
> 
> 2. Convert the CFURLRef to a CFStringRef ( CFURLCopyFileSystemPath using _kCFURLPOSIXPathStyle )


Yep, sounds good Ken.

Steps 1 & 2 can be performed via:

an include of “Util_FileDirectory.incl”

and a call to:

err = fn FD_FSRefCreatePath( @ref, @string )

Brian S