Re: Finding a users Music folder
Re: Finding a users Music folder
- Subject: Re: Finding a users Music folder
- From: "Kevin Dixon" <email@hidden>
- Date: Thu, 10 Apr 2008 14:27:10 -0400 (EDT)
- Importance: Normal
You may want to ask on the cocoa-dev list, they're gurus of all things.
CoreAudio doesn't really deal with this--the location of the Music folder
is more in the "user-experience" realm
-Kevin
> Hello All,
>
> I have been using the following to locate the "Music" folder to store
> data in.
>
> status = FSFindFolder(kUserDomain, kMusicDocumentsFolderType,
> kDontCreateFolder, &docRef);
>
> It works in most cases, however, I have found that it does not work
> on some machines. It returns with no error, however the folder
> returned is not the users music folder. I would prefer to use a
> method like this rather than searching for "~/Music" or something
> like this.
>
> What is the best way to locate the "Music folder?
>
> Best regards,
>
> Jim Heintz
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden