This module contains configuration utilities.
Checks whether a file exists.
Parameters: | tocheck – The path of the file. |
---|---|
Returns: | True if the file exists. |
Reads a configuration file in the JSON format.
Returns: | A dictionary representing the contents of the configuration file. |
---|
Updates the JSON configuration file.
Parameters: |
|
---|