Re: Finding Application support folder without Cocoa or Carbon

2010-07-12 Thread Alexander Cohen
Beautiful, thank you. AC On Jul 12, 2010, at 4:21 PM, Kevin Perry wrote: > You can use the C API in /usr/include/NSSystemDirectories.h. > > On Jul 12, 2010, at 1:17 PM, Alexander Cohen wrote: > >> Hello, >> >> I need to find the system Application Support folder without using either >> Carbo

Re: Finding Application support folder without Cocoa or Carbon

2010-07-12 Thread Laurent Cerveau
I think the lowest level you get this is with FSFindFolder laurent Sent from my road phone On Jul 12, 2010, at 10:17 PM, Alexander Cohen wrote: > Hello, > > I need to find the system Application Support folder without using either > Carbon or Cocoa, i can use CoreFoundation though. Is there

Re: Finding Application support folder without Cocoa or Carbon

2010-07-12 Thread Jean-Daniel Dupas
Le 12 juil. 2010 à 22:17, Alexander Cohen a écrit : > Hello, > > I need to find the system Application Support folder without using either > Carbon or Cocoa, i can use CoreFoundation though. Is there a way to do this? > What prevent you to use CoreServices which is neither Carbon, nor Cocoa ?

Re: Finding Application support folder without Cocoa or Carbon

2010-07-12 Thread Kevin Perry
You can use the C API in /usr/include/NSSystemDirectories.h. On Jul 12, 2010, at 1:17 PM, Alexander Cohen wrote: > Hello, > > I need to find the system Application Support folder without using either > Carbon or Cocoa, i can use CoreFoundation though. Is there a way to do this? > > thx > > AC

Finding Application support folder without Cocoa or Carbon

2010-07-12 Thread Alexander Cohen
Hello, I need to find the system Application Support folder without using either Carbon or Cocoa, i can use CoreFoundation though. Is there a way to do this? thx AC___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin reque