mirror of
https://github.com/gechandesu/pathstr.git
synced 2026-06-23 07:27:58 +03:00
feat: add Path.rel()
This commit is contained in:
@@ -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()` |
|
||||
|
||||
Reference in New Issue
Block a user