Skip to content

Commit

Permalink
Updating the readme file to cover the new method.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjakinowittering committed Aug 8, 2021
1 parent c9570ce commit 4a6efb5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -88,6 +88,16 @@ Is the resource a symbolic link? True or False.
False
```

### Make Directory

Make a new directory or directory tree.

```python
>>> pistachio.make_directory("src")
>>> pistachio.exists("src")
True
```

### Touch

This method will create an empty file with a given filename and directory path.
Expand Down

0 comments on commit 4a6efb5

Please sign in to comment.