# Functions
Example quick start example for a common use case of this module.
ExampleLocalCache example for getting a user-specific cache folder.
ExampleLocalConfig example for getting a user-specific configuration path.
ExampleMakePath example for automatically creating config directories.
ExampleRefresh example for recalculating what the directories should be.
ExampleSystemConfig example for getting a global system configuration path.
LocalCache returns the local user cache folder, with optional path components added to the end for vendor/application-specific settings.
LocalConfig returns the local user configuration path, with optional path components added to the end for vendor/application-specific settings.
NewConfig will create the Config object and set the default data paths for the application.
Refresh will rediscover the config paths.
SystemConfig returns the system-wide configuration paths, with optional path components added to the end for vendor/application-specific settings.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author