Browse Source

System - path

pull/9/head
Jure Šorn 5 years ago
parent
commit
6715b0623a
1 changed files with 6 additions and 0 deletions
  1. 6
      README.md

6
README.md

@ -680,6 +680,12 @@ import os
<list> = os.listdir(<path>)
```
```python
>>> from glob import glob
>>> glob('*.gif')
['1.gif', 'card.gif']
```
### Execute Command
```python
import os

Loading…
Cancel
Save