Skip to content

getConfig

Legopitstop edited this page Apr 20, 2023 · 2 revisions

Returns the root Config. If not defined it will create a config

Example code:

import UserFolder

# create config
config = UserFolder.Config()

# get config
config2 = UserFolder.getConfig()
print(config2)

Arguments:

Parameter Type Value
create boolean If no config can be found create one.

Clone this wiki locally