Skip to content
Chris Petersen edited this page Oct 16, 2014 · 1 revision

Returns the app system directory. The location of this varies from platform to platform. On Android it is /sdcard/<appname>, on iOS it is the iTunes accessible application document directory. On platforms that does not have special requirements it defaults to the directory from which the app was started.

Example

> (system-directory)
"/Users/jdoe/myapplications/DemoConsole.app"
Clone this wiki locally