create Config File

private open fun createConfigFile(configsPath: String, content: String)

Method to create the config file and then save it

Parameters

configsPath

: the path where save the configuration file

content

: the content of the configuration file to create

Throws

when an error during the creation of the file occurred