Files
rcw/daemon/1socketPathWindows.go

8 lines
173 B
Go

//go:build windows && !interactive
package daemon
import "path/filepath"
var socketPath = `\\.\pipe\` + filepath.Base(binPath) + `-rcwd` // store Windows named pipe path