I would like to save some files in the application support directory, is there any system call to retrieve this directory?
I think you will need to use something like this:
String applicationSupportDirectory = System.getProperty("user.home") + "/Library/Application Support";