dir property

String dir
getter/setter pair

The directory where store files will be saved.

The {document} string will be automatically replaced with the path to the application's documents directory (getApplicationDocumentsDirectory).

Implementation

static String dir = '{document}/kaeru_store';