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