io/fs.PathError.Error (method, view implemented interface methods)

one use

	io/fs (current package)
		fs.go#L250: func (e *PathError) Error() string { return e.Op + " " + e.Path + ": " + e.Err.Error() }