updated readme, create_folder() e.g

master
richard 2013-03-12 16:56:17 +00:00
parent 63b5a224de
commit 0592055bdc
1 changed files with 4 additions and 3 deletions

View File

@ -57,6 +57,10 @@ m.download(file)
m.download_url('https://mega.co.nz/#!utYjgSTQ!OM4U3V5v_W4N5edSo0wolg1D5H0fwSrLD3oLnLuS9pc')
m.download(file, '/home/john-smith/Desktop')
```
### Create a folder
```python
m.create_folder('new_folder')
```
### Search account for a file, and get its public link
```python
file = m.find('myfile.doc')
@ -93,6 +97,3 @@ if files:
Thanks to http://julien-marchand.com/blog/contact for examples