system directory - part-cw/lambdanative GitHub Wiki
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.
> (system-directory)
"/Users/jdoe/myapplications/DemoConsole.app"