gui-for-ffmpeg/helper/path_separator_window.go

9 lines
99 B
Go

//go:build windows
// +build windows
package helper
func PathSeparator() string {
return "\\"
}