Source Documentation 📙:
DEFAULT_CONF_DIR_PATH
DEFAULT_CONFIG_NAME
ToDefaultConfDir
universal_path()
Guides and Information 📗:
Handles the loading of config files and checking paths.
Path to the default config directory.
Path
Name of the default, example config.
str
Changes to the default config directory. Switches back to the previous CWD on close.
Creates a Path object from str or Iterable inputs.
Iterable
path (Any) – Representation of a path to convert to Path object.
Path object of the input path.
path