# os.PathError

- **ID:** `go/os-patherror`
- **Domain:** go
- **Category:** system_error
- **Verification:** official
- **Fix Rate:** 80%

## Root Cause

File/directory operation failed. The path does not exist, permissions insufficient, or file is in use.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| 1.x | active | — | — |
