File placement on the Mac

I use a PC for development and need to know where to place the user database on the Mac. I have a start up dialog that asks the user where to put the database but it seems to ignore it.

SpecialFolder.ApplicationData
This is
~/Library/Application Support/

or (if you use Sandbox for MAS)
~/Library/Containers/<YourReverseDomain.YourApplicationname/Data/Library/Application Support/

See online documentation for SpecialFolder

Fies are usually saved to:

SpecialFolder.ApplicationData

Hope that helps.

Oh - Horst beat me by 10 seconds :slight_smile: