Get the configuration file path used by load and store functions.
Loads a config file from the config, cache, cwd, or local data directory of the current user. In binary format.
Loads a config file from the config, cache, cwd, or local data directory of the current user. Without verifying the hash. In binary format.
Loads a config file from the config, cache, cwd, or local data directory of the current user. In json format.
Loads a config file from the config, cache, cwd, or local data directory of the current user. In ron format.
Loads a config file from the config, cache, cwd, or local data directory of the current user. In toml format.
Loads a config file from the config, cache, cwd, or local data directory of the current user. In yaml format.
Stores a config file in the config, cache, cwd, or local data directory of the current user. In binary format.
Stores a config file in the config, cache, cwd, or local data directory of the current user. In json format.
Stores a config file in the config, cache, cwd, or local data directory of the current user. In ron format.
Stores a config file in the config, cache, cwd, or local data directory of the current user. In toml format.
Stores a config file in the config, cache, cwd, or local data directory of the current user. In yaml format.