If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I need to find out where a user keeps their iTunes library. This info is in their com.apple.itunes.plist. This info is stored as an fspec, which i think is some type of data format made by alias manager. I need to convert this into a string.
FSSpecs are created and handled via the File Manager, as are FSRefs. See the Carbon reference manual for more information (and there are some functions for creating CFURLs from FSRefs and vice versa in CoreFoundation, which you might find useful).