Re: Fw: GetSharedLibrary
Re: Fw: GetSharedLibrary
- Subject: Re: Fw: GetSharedLibrary
- From: Marc Poirier <email@hidden>
- Date: Fri, 4 Jul 2003 09:41:52 -0500 (CDT)
On Fri, 4 Jul 2003, Michael Olsen wrote:
>
> That's not a valid path in Mac OS X.
>
>
Eh, yes it is.
No, it's not, for real. It's a DOS-format path. OS X uses POSIX format
paths. /Library is a valid path. /Volumes/whatever/Library is valid,
too, as another example.
>
When I write
>
[OSXVolume]\Library
>
>
I of course mean that I copied the library to the \Library folder on the
>
OSX volume... My code doesnt include any path (which is why I'm asking
>
for the search path).
I think what you might want to try is the FSFindFolder function. You're
not really supposed to rely on any hardcoded paths in the Mac file system,
since they are subject to change, and possibly variation from one system
to another.
Marc
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.