const syscall.ENOTDIR
9 uses
syscall (current package)
zerrors_linux_amd64.go#L1273: ENOTDIR = Errno(0x14)
os
file_unix.go#L383: if e1 != syscall.ENOTDIR {
path.go#L26: return &PathError{Op: "mkdir", Path: path, Err: syscall.ENOTDIR}
removeall_at.go#L96: if err == syscall.ENOTDIR || isErrNoFollow(err) {
root_unix.go#L90: if !isCreateExcl && (isNoFollowErr(err) || err == syscall.ENOTDIR) {
root_unix.go#L117: if isNoFollowErr(err) || err == syscall.ENOTDIR {
root_unix.go#L123: err = syscall.ENOTDIR
root_unix.go#L229: if e1 != syscall.ENOTDIR {
path/filepath
symlink.go#L92: return "", syscall.ENOTDIR
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)