Browse Source

Pathlib

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

2
README.md

@ -970,6 +970,7 @@ b'.\n..\nfile1.txt\nfile2.txt\n'
Path
----
### Basic
```python
from os import path, listdir
<bool> = path.exists('<path>')
@ -1018,6 +1019,7 @@ pwd = Path()
Command Line Arguments
----------------------
### Basic
```python
import sys
script_name = sys.argv[0]

Loading…
Cancel
Save