getUserConfigFolder

open fun getUserConfigFolder(): String

Get an path to an folder where you can store user configurations. This function is OS optimized for Windows, Linux and Mac.

Return

An path to an folder where you can store user configurations. It is recommended to create an folder with your application's name in this folder.


open fun getUserConfigFolder(projectName: String): String

Get an path to an folder where you can store user configurations. This function is OS optimized for Windows, Linux and Mac.

Return

An path to an folder where you can store user configurations.

Parameters

projectName

The project name. If this value is not null an folder will also be created with the project name in the configurations folder.