defaultDbSubDir property

String defaultDbSubDir
getter/setter pair

The default is saving/loading to/from "appDocsDir/db/". This is not final, so you can change it. Make it an empty string to remove it.

Implementation

static String defaultDbSubDir = "db";