import "k8s.io/kubernetes/cmd/genutils"
genutils.go
func OutDir(path string) (string, error)
OutDir creates the absolute path name from path and checks path exists. Returns absolute path including trailing '/' or error if path does not exist.