dataDir

fun dataDir(context: Context): File?

Gets the storage directory for all the app files.

Author

Arnau Mora

Since

20220327

Return

May return null if storage is not available.

Parameters

context

The context to get the directory from.