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

Function winApp

src/utils/config.go:214–221  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212}
213
214func winApp() string {
215 path := filepath.Join(os.Getenv("APPDATA"), "Spotify")
216 if _, err := os.Stat(filepath.Join(path, "Spotify.exe")); err == nil {
217 return path
218 }
219
220 return ""
221}
222
223func winPrefs() string {
224 path := filepath.Join(os.Getenv("APPDATA"), "Spotify", "prefs")

Callers 1

FindAppPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected