gitlab.com/evatix-go/core@v1.3.55/chmodhelper/IsPathInvalid.go (about) 1 package chmodhelper 2 3 func IsPathInvalid(location string) bool { 4 return !IsPathExists(location) 5 }