Browse Source

Pathlib

pull/27/head
Jure Šorn 6 years ago
parent
commit
d4618fd1fa
1 changed files with 1 additions and 4 deletions
  1. 5
      README.md

5
README.md

@ -974,10 +974,7 @@ pwd = Path()
<bool> = <Path>.is_file() <bool> = <Path>.is_file()
<bool> = <Path>.is_dir() <bool> = <Path>.is_dir()
<iter> = <Path>.iterdir() <iter> = <Path>.iterdir()
```
```python
<iter> = <Path>.glob('<pattern>') # Returns all matches.
<iter> = <Path>.glob('<pattern>')
``` ```
```python ```python

Loading…
Cancel
Save