getStringOrSet

fun getStringOrSet(path: String, default: String): String

Gets the value of the given path as a String or sets the default value if it doesn't exist

Return

The value of the given path as String

Parameters

path

The path to get the value of

default

The default value to set if the path doesn't exist