Hi Joerg, > I haven't done any OSX development, but in older MAC OS versions > there used to be an API to locate a folder for storing preferences. > (FWIW: Later MS Windows added a similar API)
the old FindFolder(..) API of the File Manager is still present in Mac OS X but since even Apple uses the Application Support folder hard-coded in their documentation (see http://developer.apple.com/documentation/MacOSX/Conceptual/BPFileSystem/index.html), I think it should be ok to use it that way, shouldn't it. Kind regards, Florian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
