Browse Source

Pathlib

pull/27/head
Jure Šorn 5 years ago
parent
commit
71451cf392
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -978,8 +978,8 @@ pwd = Path()
```python
<iter> = <Path>.glob('<pattern>') # Returns all matches.
<Path> = <Path>.resolve() # Makes path absolute.
<file> = <Path>.open() # Opens file.
<Path> = <Path>.resolve() # Makes path absolute.
```
```python

Loading…
Cancel
Save