PropertiesFileConfiguration
fun PropertiesFileConfiguration(file: File = File(
System.getProperty("user.home")
.takeIf { it.isNullOrEmpty() == false },
".shade-cli.properties"
))
Parameters
file
The properties file to load or save data from.