feat: add Path.rel()

This commit is contained in:
ge
2026-06-11 00:41:29 +03:00
parent 184144aa2c
commit 97edf3a245
2 changed files with 35 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ Corresponding methods:
| `os.expand_tilde_to_home()` | `Path.expand_tilde()` |
| `os.norm_path()` | `Path.normalized()` |
| `os.quoted_path()` | `Path.quoted()` |
| n/a | `Path.rel()` |
| `os.abs_path()` | `Path.abs()` |
| `os.real_path()` | `Path.real()` |
| `os.exists()` | `Path.exists()` |