easyidp.config.default_config_path

easyidp.config.default_config_path() Path

Return the default EasyIDP JSON config path.

Returns:

Platform-specific config file path.

Return type:

pathlib.Path

Examples

>>> default_config_path().name
'config.json'

Notes

This function only computes a path and does not create files.