MCPcopy
hub / github.com/spicetify/cli / GetConfigPath

Function GetConfigPath

src/cmd/cmd.go:205–207  ·  view source on GitHub ↗

GetConfigPath returns location of config file

()

Source from the content-addressed store, hash-verified

203
204// GetConfigPath returns location of config file
205func GetConfigPath() string {
206 return filepath.Join(spicetifyFolder, "config-xpui.ini")
207}
208
209// GetSpotifyPath returns location of Spotify client
210func GetSpotifyPath() string {

Callers 2

initFunction · 0.92
InitConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected