Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinyu authored Jun 22, 2021
1 parent 04a659f commit b08e554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ g.find(*path_elements) # -> GDRIVE_FILE/GDRIVE_DIRECTORY

List the contents of a folder.

```
```python
g.ls(GDRIVE_DIRECTORY, *path_elements) # -> list of GDRIVE_FILEs
g.ls(*path_elements) # -> list of GDRIVE_FILEs
```

Check if a given path exists

```
```python
g.exists(GDRIVE_DIRECTORY, *path_elements) # -> bool
g.exists(*path_elements) # -> bool
```
Expand Down

0 comments on commit b08e554

Please sign in to comment.