getAppDataPath

fun getAppDataPath(type: AppData, subFolder: String? = null): String

AppData.Roaming... C:\Users\\AppData\Roaming AppData.Local... C:\Users\\AppData\Local

in debug builds it creates a .data folder in the project root folder and places the data there